mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
trying new Imap sensor(s), switched to influxdb on the nas, and added steam sensors for the kids
This commit is contained in:
@@ -16,7 +16,7 @@ condition:
|
||||
|
||||
action:
|
||||
- action: input_boolean.turn_off
|
||||
data:
|
||||
target:
|
||||
entity_id: input_boolean.master_bedroom_asleep
|
||||
|
||||
- delay:
|
||||
@@ -26,9 +26,10 @@ action:
|
||||
milliseconds: 0
|
||||
|
||||
- action: media_player.volume_set
|
||||
data:
|
||||
target:
|
||||
#entity_id: media_player.home_assistant_voice_097b44_media_player
|
||||
entity_id: media_player.ma_bedroom_hub
|
||||
data:
|
||||
volume_level: 0.90
|
||||
|
||||
- action: input_select.select_option
|
||||
@@ -44,15 +45,14 @@ action:
|
||||
shuffle: true
|
||||
|
||||
- action: music_assistant.play_media
|
||||
target:
|
||||
#entity_id: media_player.home_assistant_voice_097b44_media_player
|
||||
entity_id: media_player.ma_bedroom_hub
|
||||
data:
|
||||
media_type: playlist
|
||||
media_id: library://playlist/32
|
||||
media_type: playlist
|
||||
enqueue: replace
|
||||
target:
|
||||
entity_id: media_player.ma_bedroom_hub
|
||||
#media_id: >
|
||||
# {% set playlists = ['library://playlist/32','library://playlist/9'] %}
|
||||
# {{ playlists|random }}
|
||||
enqueue: replace
|
||||
|
||||
#- action: script.wake_the_bedroom
|
||||
|
||||
Reference in New Issue
Block a user