Fixed Automation Off. Also fixed MQTT Clock displays thanks to @matt2005 - Closes #294 & #270.

This commit is contained in:
ccostan
2018-01-04 18:14:41 -05:00
parent 423e1fbaff
commit e59f9072fe
7 changed files with 15 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ variables:
defaults:
hover_over: false
more_info: false
rules:
- element: floorplan.clock_button
@@ -19,7 +19,7 @@ rules:
page_id: clock_config
- entity: sensor.clock_stacey_alarm_time
text_template: '${entity.state.slice(0, 5)}'
text_template: '${entity.state ? entity.state.slice(0, 5) : "00:00"}'
- entity: input_boolean.clock_snooze