Shield Screensaver

This commit is contained in:
2021-05-26 11:00:03 +03:00
parent 4651863623
commit 508d9c99b8
3 changed files with 14 additions and 0 deletions

View File

@@ -81,6 +81,15 @@ script:
data:
source: Shield
shield_screensaver:
sequence:
- service: media_player.turn_on
entity_id: media_player.nvidia_shield
- service: androidtv.adb_command
entity_id: media_player.nvidia_shield
data:
command: "adb shell am start -n \"com.android.systemui/.Somnambulator\""
automation:
- alias: TV · Join Beam to Sonos group when off
trigger:

View File

@@ -34,7 +34,10 @@ script:
- service: script.routine_coming_home_after_sunset
- service: script.toshiba_ac_on_cool_if_hot
- service: script.sonos_join_bedroom
- service: script.shield_screensaver
- service: script.routine_coming_home_welcome_home
- service: script.turn_on_all_radiators

View File

@@ -31,6 +31,8 @@ script:
data:
position: 80
- service: script.shield_screensaver
- condition: state
entity_id: input_boolean.guest_mode
state: "off"