Home-AssistantConfig/config/packages/floorplan.yaml.DISABLED

49 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-01-02 00:00:45 +00:00
#-------------------------------------------
# Fire Tablet Alarm Panel -
# http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html
#-------------------------------------------
#
homeassistant:
customize_glob:
"sensor.*_alarm_panel*":
2018-01-02 00:00:45 +00:00
"binary_sensor.*_alarm_panel*":
2018-01-02 00:00:45 +00:00
media_player:
- platform: floorplan_speaker
name: Bedroom Alarm Panel
2018-02-07 16:46:34 +00: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-02 00:00:45 +00:00
#---Sensors for Fire Tablet-----------------------------
light:
- platform: mqtt
2018-01-02 00:00:45 +00:00
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
2018-01-02 00:00:45 +00:00
- platform: mqtt
state_topic: floorplan/bedroom_plugged
name: Bedroom Plugged
retain: true