Bring back Brightness values #642
This commit is contained in:
parent
d249f1d4d4
commit
045489c655
|
@ -43,11 +43,23 @@ sensor:
|
|||
state_topic: "garadget/GLarge/status"
|
||||
value_template: '{{ value_json.time }}'
|
||||
|
||||
- platform: mqtt
|
||||
name: "Large Garage Door Brightness"
|
||||
state_topic: "garadget/GLarge/status"
|
||||
unit_of_measurement: '%'
|
||||
value_template: '{{ value_json.bright }}'
|
||||
|
||||
- platform: mqtt
|
||||
name: "Small Garage Door Since"
|
||||
state_topic: "garadget/GSmall/status"
|
||||
value_template: '{{ value_json.time }}'
|
||||
|
||||
- platform: mqtt
|
||||
name: "Small Garage Door Brightness"
|
||||
state_topic: "garadget/GSmall/status"
|
||||
unit_of_measurement: '%'
|
||||
value_template: '{{ value_json.bright }}'
|
||||
|
||||
group:
|
||||
garage_doors: # This group is used to check if doors are open or Closed.
|
||||
name: Garage Doors
|
||||
|
|
Loading…
Reference in New Issue