Set up Nightly Restarts. #307

This commit is contained in:
ccostan
2018-02-07 11:46:34 -05:00
parent bc81e50a6b
commit e76821fd4e
4 changed files with 20 additions and 11 deletions

View File

@@ -6,16 +6,22 @@
homeassistant:
customize_glob:
"sensor.*_alarm_panel*":
hidden: False
"binary_sensor.*_alarm_panel*":
hidden: False
media_player:
- platform: floorplan_speaker
name: Bedroom Alarm Panel
switch:
- platform: command_line
switches:
bedroom_restart:
command_on: !secret bedroom_restart_on
friendly_name: Restart Bedroom Panel
# This restart switch is called from the Self_heal nightly Automation.
#---Sensors for Fire Tablet-----------------------------
light:
@@ -33,12 +39,10 @@ binary_sensor:
name: Bedroom Motion
device_class: motion
retain: true
hidden: False
- platform: mqtt
state_topic: floorplan/bedroom_plugged
name: Bedroom Plugged
retain: true
hidden: False