New Brightness Sensors for Garadget #308

This commit is contained in:
ccostan
2018-02-17 19:11:19 -05:00
parent ff179bb592
commit 192013b7d7
3 changed files with 13 additions and 2 deletions

View File

@@ -18,6 +18,17 @@
friendly_name: 'Reflection Rate'
value_template: '{{ states.cover.small_garage.attributes["sensor_reflection_rate"] }}'
- platform: mqtt
name: 'Small Garage Brightness'
state_topic: 'garadget/GSmall/status'
unit_of_measurement: '%'
value_template: '{{ value_json.bright }}'
- platform: mqtt
name: 'Large Garage Brightness'
state_topic: 'garadget/GLarge/status'
unit_of_measurement: '%'
value_template: '{{ value_json.bright }}'
- platform: template
sensors: