mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
Fireplace
This commit is contained in:
@@ -52,6 +52,7 @@ cards:
|
|||||||
- switch.camera
|
- switch.camera
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- media_player.nvidia_shield
|
- media_player.nvidia_shield
|
||||||
|
- media_player.shield
|
||||||
- fan.philips_airpurifier
|
- fan.philips_airpurifier
|
||||||
|
|
||||||
- type: custom:config-template-card
|
- type: custom:config-template-card
|
||||||
|
|||||||
@@ -19,13 +19,25 @@ media_player:
|
|||||||
host: !secret nvidia_shield_host
|
host: !secret nvidia_shield_host
|
||||||
|
|
||||||
script:
|
script:
|
||||||
tv_chill:
|
tv_fireplace:
|
||||||
alias: TV Chill
|
icon: mdi:fireplace
|
||||||
|
alias: TV · Fireplace
|
||||||
sequence:
|
sequence:
|
||||||
|
- service: sonos.unjoin
|
||||||
|
data:
|
||||||
|
entity_id: media_player.living_room
|
||||||
|
- service: media_player.select_source
|
||||||
|
data:
|
||||||
|
entity_id: media_player.living_room
|
||||||
|
source: TV
|
||||||
|
- service: media_player.volume_set
|
||||||
|
data:
|
||||||
|
entity_id: media_player.living_room
|
||||||
|
volume_level: 0.08
|
||||||
- service: media_extractor.play_media
|
- service: media_extractor.play_media
|
||||||
data:
|
data:
|
||||||
entity_id: media_player.shield
|
entity_id: media_player.shield
|
||||||
media_content_id: "https://www.youtube.com/watch?v=UgHKb_7884o"
|
media_content_id: "https://www.youtube.com/watch?v=AWKzr6n0ea0"
|
||||||
media_content_type: video/youtube
|
media_content_type: video/youtube
|
||||||
|
|
||||||
latest_pds:
|
latest_pds:
|
||||||
|
|||||||
Reference in New Issue
Block a user