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'
|
||||
|
@@ -11,11 +11,11 @@
|
||||
action:
|
||||
# Disable this automation
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.toggle_office_light_onoff
|
||||
entity_id: automation.toggle_office_light_on_off
|
||||
- service: light.toggle
|
||||
entity_id: light.office_lamp
|
||||
- delay:
|
||||
minutes: 1
|
||||
# enable this automation - This prevents duplicate pushes.
|
||||
- service: automation.turn_on
|
||||
entity_id: automation.toggle_office_light_onoff
|
||||
entity_id: automation.toggle_office_light_on_off
|
||||
|
@@ -44,7 +44,7 @@
|
||||
- light.office_lamp
|
||||
- light.slider
|
||||
- light.garage_attic
|
||||
- light.den_lamp
|
||||
# - light.den_lamp
|
||||
data:
|
||||
flash: long
|
||||
|
||||
|
@@ -13,11 +13,11 @@
|
||||
entity_id: input_boolean.guard_dog
|
||||
to: 'on'
|
||||
from: 'off'
|
||||
# The automation will also be triggered when the state of the "binary_sensor.front_door_opened" entity changes from "off" to "on"
|
||||
# The automation will also be triggered when the state of the "lock.front_door" entity changes from "locked" to "unlocked"
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door_opened
|
||||
to: 'on'
|
||||
from: 'off'
|
||||
entity_id: lock.front_door
|
||||
to: 'unlocked'
|
||||
from: 'locked'
|
||||
|
||||
condition:
|
||||
- condition: state
|
||||
@@ -26,6 +26,9 @@
|
||||
|
||||
action:
|
||||
- service: script.dog_bark
|
||||
- delay:
|
||||
minutes: 10
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.guard_dog
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user