Skip to content

Commit

Permalink
Upgrading Sensors.
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Jul 7, 2017
1 parent 9c6d197 commit 37fa5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/fire_tablet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# hidden: False

#---Sensor for Fire Tablet-----------------------------
binary_sensor:
sensor:
- platform: mqtt
state_topic: "wallpanel/alarm 1/sensor/battery"
name: "Alarm Panel 1 Battery Level"
Expand All @@ -29,6 +29,7 @@ binary_sensor:
- platform: mqtt
state_topic: "wallpanel/alarm 1/sensor/motion"
name: "Alarm Panel 1 Motion"
value_template: '{{ value_json.value }}'
device_class: motion

- platform: mqtt
Expand Down

0 comments on commit 37fa5d0

Please sign in to comment.