Smarter use of the Fire Tablet Screensavers.
This commit is contained in:
parent
32769202e9
commit
728c38c3bb
|
@ -6,7 +6,7 @@
|
|||
homeassistant:
|
||||
customize_glob:
|
||||
"input_boolean.clock_snooze":
|
||||
|
||||
|
||||
hidden: False
|
||||
|
||||
media_player:
|
||||
|
@ -21,14 +21,14 @@ binary_sensor:
|
|||
name: Clock Motion
|
||||
device_class: motion
|
||||
retain: true
|
||||
|
||||
|
||||
hidden: False
|
||||
|
||||
- platform: mqtt
|
||||
state_topic: floorplan/clock_plugged
|
||||
name: Clock Plugged
|
||||
retain: true
|
||||
|
||||
|
||||
hidden: False
|
||||
|
||||
light:
|
||||
|
@ -43,7 +43,7 @@ sensor:
|
|||
state_topic: "clock/stacey_alarm_time"
|
||||
name: clock_stacey_alarm_time
|
||||
retain: true
|
||||
|
||||
|
||||
hidden: true
|
||||
|
||||
input_boolean:
|
||||
|
@ -78,9 +78,6 @@ automation:
|
|||
action:
|
||||
- service: light.turn_off
|
||||
entity_id: light.clock_screensaver
|
||||
- wait_template: "{{ is_state(trigger.entity_id, 'on') }}"
|
||||
- service: light.turn_on
|
||||
entity_id: light.clock_screensaver
|
||||
|
||||
#-----Turn on the Music--------------------------------------
|
||||
- alias: 'Play Radio when Snooze button is turned off.'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 131 KiB |
Loading…
Reference in New Issue