diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 790f8839..03baf23d 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -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