Skip to content

Commit

Permalink
#213 - Updated Fire Tablet Package.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Jul 7, 2017
1 parent 37fa5d0 commit 519bf21
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions packages/fire_tablet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# Fire Tablet Alarm Panel - http://www.vmwareinfo.com/2017/07/visualizing-smart-home-using-home.html
#-------------------------------------------
#
# homeassistant:
# customize:
# binary_sensor.office_motion:
# icon: mdi:sensor
# friendly_name: Office Motion Sensor
# emulated_hue: False
# hidden: False
homeassistant:
customize_glob:
"sensor.alarm_panel_*":
emulated_hue: False
hidden: True
customize:
group.fire_tablet:
emulated_hue: True

#---Sensor for Fire Tablet-----------------------------
sensor:
Expand All @@ -23,7 +24,6 @@ sensor:
state_topic: "wallpanel/alarm 1/sensor/battery"
name: "Alarm Panel 1 Plugged In"
value_template: '{{ value_json.acPlugged }}'
unit_of_measurement: '%'
device_class: power

- platform: mqtt
Expand All @@ -32,7 +32,10 @@ sensor:
value_template: '{{ value_json.value }}'
device_class: motion

- platform: mqtt
state_topic: "wallpanel/alarm 1/state"
name: "Alarm Panel 1 Screen"
value_template: '{{ value_json.screenOn }}'

group:
fire_tablet:
entities:
- sensor.alarm_panel_1_battery_level
- sensor.alarm_panel_1_motion
- sensor.alarm_panel_1_plugged_in

0 comments on commit 519bf21

Please sign in to comment.