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:
@@ -22,6 +22,14 @@ dog_bark:
|
||||
- condition: state
|
||||
entity_id: input_boolean.speech_notifications
|
||||
state: 'on'
|
||||
|
||||
- condition: time
|
||||
after: "9:00:00"
|
||||
before: "20:00:00"
|
||||
- condition: state
|
||||
entity_id: group.bed
|
||||
state: 'off'
|
||||
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.lr_amp
|
||||
|
||||
@@ -45,7 +53,5 @@ dog_bark:
|
||||
data:
|
||||
entity_id:
|
||||
- media_player.livingroomCC
|
||||
- media_player.entry_alarm_panel
|
||||
- media_player.bedroom_alarm_panel
|
||||
media_content_id: "https://raw.githubusercontent.com/CCOSTAN/Home-AssistantConfig/master/config/sounds/dog-barking-2-bullmastiff.mp3"
|
||||
media_content_type: audio/mp4
|
||||
|
@@ -1,47 +0,0 @@
|
||||
######################################################################################################
|
||||
###[SkyBell HD](https://amzn.to/2dcexIB) Script to turn on Front light FULL bright for 5 to 20m when motion is detected and then return to the normal colors.
|
||||
# action:
|
||||
# - service: script.front_house_motion
|
||||
#
|
||||
######################################################################################################
|
||||
|
||||
front_house_motion:
|
||||
sequence:
|
||||
- service: logbook.log
|
||||
data:
|
||||
name: "SkyBell HD Doorbell:"
|
||||
message: "Someone is by the door."
|
||||
|
||||
- condition: state
|
||||
entity_id: sun.sun
|
||||
state: 'below_horizon'
|
||||
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.alert_mode
|
||||
|
||||
- service: script.speech_engine
|
||||
data:
|
||||
value1: 'Motion has been detected by the front door.'
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.front_full_brightness
|
||||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- group.landscaping
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id:
|
||||
- light.outdoor_bathroom
|
||||
- light.outdoor_pool_lights
|
||||
brightness: 255
|
||||
- service: script.dog_bark
|
||||
- delay: '00:{{ range(0,1) | random | int }}{{ range(0,9) | random | int }}:00'
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- light.outdoor_front_lights
|
||||
- light.outdoor_pool_lights
|
||||
- service: light.turn_on
|
||||
entity_id: light.outdoor_bathroom
|
||||
data:
|
||||
brightness: 15
|
||||
- delay: '00:00:10'
|
||||
- service: script.monthly_color_scene
|
Reference in New Issue
Block a user