mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
replace all the cuckoo clock sounds with horror october sounds. #984
This commit is contained in:
@@ -40,6 +40,3 @@
|
||||
entity_id:
|
||||
- input_boolean.medicine
|
||||
- input_boolean.guest_mode
|
||||
|
||||
- service: homeassistant.update_entity #Look for a new Home Assistant Version
|
||||
entity_id: binary_sensor.updater
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: "{{ states('binary_sensor.grid_status') == 'on' }}"
|
||||
value_template: "{{ states('binary_sensor.powerwall_grid_status') == 'on' }}"
|
||||
|
||||
action:
|
||||
- delay: '00:{{ (range(1, 20)|random|int) }}:00'
|
||||
|
Reference in New Issue
Block a user