85 lines
2.3 KiB
YAML
85 lines
2.3 KiB
YAML
---
|
|
media_lights_sync_living_room:
|
|
module: media_lights_sync
|
|
class: MediaLightsSync
|
|
media_player: media_player.living_room_tv
|
|
lights:
|
|
- light.living_room_color_1
|
|
- light.living_room_color_2
|
|
- light.living_room_color_3
|
|
ha_url: !secret local_url
|
|
reset_lights_after: true
|
|
use_saturated_colors: false
|
|
use_current_brightness: false
|
|
condition:
|
|
entity: input_boolean.sync_tv_lights_living_room
|
|
state: "on"
|
|
|
|
media_lights_sync_basement:
|
|
module: media_lights_sync
|
|
class: MediaLightsSync
|
|
media_player: media_player.basement_tv
|
|
lights:
|
|
- light.basement_tall_lamp
|
|
- light.basement_short_lamp
|
|
- light.basement_stairwell
|
|
- light.basement_led_strip_1
|
|
ha_url: !secret local_url
|
|
reset_lights_after: true
|
|
use_saturated_colors: false
|
|
use_current_brightness: false
|
|
condition:
|
|
entity: input_boolean.sync_tv_lights_basement
|
|
state: "on"
|
|
|
|
white_noise_basement:
|
|
module: whitenoise
|
|
class: WhiteNoise
|
|
media_player: basement_google_speaker
|
|
input_boolean: white_noise_basement
|
|
filename: !secret remote_url_thunderstorm
|
|
|
|
white_noise_living_room:
|
|
module: whitenoise
|
|
class: WhiteNoise
|
|
media_player: living_room_tv_chromecast
|
|
input_boolean: white_noise_living_room
|
|
filename: !secret remote_url_thunderstorm
|
|
|
|
white_noise_kallen_bedroom:
|
|
module: whitenoise
|
|
class: WhiteNoise
|
|
media_player: kallen_bedroom_speaker
|
|
input_boolean: white_noise_kallen_bedroom
|
|
filename: !secret remote_url_oceanwaves
|
|
|
|
# white_noise_master_bedroom:
|
|
# module: whitenoise
|
|
# class: WhiteNoise
|
|
# media_player: master_bedroom_firetv
|
|
# input_boolean: white_noise_master_bedroom
|
|
# filename: !secret remote_url_thunderstorm
|
|
|
|
white_noise_emma_bedroom:
|
|
module: whitenoise
|
|
class: WhiteNoise
|
|
media_player: emma_bedroom_speaker
|
|
input_boolean: white_noise_emma_bedroom
|
|
filename: !secret remote_url_oceanwaves
|
|
|
|
# alexa_door_window_announce:
|
|
# module: alexa_door_window_announce
|
|
# class: AlexaDoorWindowAnnounce
|
|
# alexas:
|
|
# - media_player.living_room_echo_dot
|
|
# doors_windows:
|
|
# - binary_sensor.kitchen_big_window
|
|
# - binary_sensor.front_window_near
|
|
# - binary_sensor.stairway_window_lower
|
|
# - binary_sensor.mud_room_window
|
|
# announcements:
|
|
# delay: "00:00:00"
|
|
# close: True
|
|
# start_time: "08:00:00"
|
|
# end_time: "22:00:00"
|
|
# debug: false |