Smarter use of the Fire Tablet Screensavers.
This commit is contained in:
parent
32769202e9
commit
728c38c3bb
|
@ -6,7 +6,7 @@
|
||||||
homeassistant:
|
homeassistant:
|
||||||
customize_glob:
|
customize_glob:
|
||||||
"input_boolean.clock_snooze":
|
"input_boolean.clock_snooze":
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
||||||
media_player:
|
media_player:
|
||||||
|
@ -21,14 +21,14 @@ binary_sensor:
|
||||||
name: Clock Motion
|
name: Clock Motion
|
||||||
device_class: motion
|
device_class: motion
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
state_topic: floorplan/clock_plugged
|
state_topic: floorplan/clock_plugged
|
||||||
name: Clock Plugged
|
name: Clock Plugged
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
hidden: False
|
hidden: False
|
||||||
|
|
||||||
light:
|
light:
|
||||||
|
@ -43,7 +43,7 @@ sensor:
|
||||||
state_topic: "clock/stacey_alarm_time"
|
state_topic: "clock/stacey_alarm_time"
|
||||||
name: clock_stacey_alarm_time
|
name: clock_stacey_alarm_time
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
hidden: true
|
hidden: true
|
||||||
|
|
||||||
input_boolean:
|
input_boolean:
|
||||||
|
@ -78,9 +78,6 @@ automation:
|
||||||
action:
|
action:
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.clock_screensaver
|
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--------------------------------------
|
#-----Turn on the Music--------------------------------------
|
||||||
- alias: 'Play Radio when Snooze button is turned off.'
|
- 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