49 lines
1.2 KiB
YAML
Raw Normal View History

2018-01-01 19:00:45 -05:00
#-------------------------------------------
# Fire Tablet Alarm Panel -
# http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html
#-------------------------------------------
#
homeassistant:
customize_glob:
"sensor.*_alarm_panel*":
hidden: False
"binary_sensor.*_alarm_panel*":
hidden: False
media_player:
- platform: floorplan_speaker
name: Bedroom Alarm Panel
2018-02-07 11:46:34 -05:00
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.
2018-01-01 19:00:45 -05:00
#---Sensors for Fire Tablet-----------------------------
light:
- platform: mqtt_json
name: Bedroom Screensaver
state_topic: floorplan/bedroom_screensaver
command_topic: floorplan/bedroom_screensaver/set
brightness: true
binary_sensor:
- platform: mqtt
state_topic: floorplan/bedroom_motion
name: Bedroom Motion
device_class: motion
retain: true
hidden: False
- platform: mqtt
state_topic: floorplan/bedroom_plugged
name: Bedroom Plugged
retain: true
hidden: False