replace all the cuckoo clock sounds with horror october sounds. #984

This commit is contained in:
CCOSTAN
2024-10-18 22:08:06 +00:00
parent cbea31a807
commit 2fc2360267
46 changed files with 83 additions and 153 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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

View File

@@ -44,7 +44,7 @@
- light.office_lamp
- light.slider
- light.garage_attic
- light.den_lamp
# - light.den_lamp
data:
flash: long

View File

@@ -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