## Added in Logic to also test twice a day in case of infrequent reboots.
This commit is contained in:
parent
be4f5670b5
commit
36fe23e240
|
@ -1,5 +1,9 @@
|
||||||
###################################
|
###################################
|
||||||
|
# @CCOSTAN
|
||||||
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
## Start Up Section
|
## Start Up Section
|
||||||
|
## Video Explanation can be found here :
|
||||||
|
## https://www.vcloudinfo.com/2019/06/how-to-use-template-conditions-in-home-assistant.html
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
- alias: Check if it's summer vacation on startup.
|
- alias: Check if it's summer vacation on startup.
|
||||||
|
@ -7,6 +11,8 @@
|
||||||
trigger:
|
trigger:
|
||||||
- platform: homeassistant
|
- platform: homeassistant
|
||||||
event: start
|
event: start
|
||||||
|
- platform: time_pattern
|
||||||
|
hours: '/12'
|
||||||
|
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue