Added more white noise generators
This commit is contained in:
@ -1,8 +1,4 @@
|
|||||||
---
|
---
|
||||||
hello_world:
|
|
||||||
module: hello
|
|
||||||
class: HelloWorld
|
|
||||||
|
|
||||||
media_lights_sync_living_room:
|
media_lights_sync_living_room:
|
||||||
module: media_lights_sync
|
module: media_lights_sync
|
||||||
class: MediaLightsSync
|
class: MediaLightsSync
|
||||||
@ -40,4 +36,18 @@ white_noise_basement:
|
|||||||
class: WhiteNoise
|
class: WhiteNoise
|
||||||
media_player: basement_tv_chromecast
|
media_player: basement_tv_chromecast
|
||||||
input_boolean: white_noise_basement
|
input_boolean: white_noise_basement
|
||||||
filename: !secret remote_url_thunderstorm
|
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_master_bedroom:
|
||||||
|
# module: whitenoise
|
||||||
|
# class: WhiteNoise
|
||||||
|
# media_player: master_bedroom_firetv
|
||||||
|
# input_boolean: white_noise_master_bedroom
|
||||||
|
# filename: !secret remote_url_thunderstorm
|
Reference in New Issue
Block a user