From 045489c6550d6b3ffde85b8284215e31c9f3a0a1 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 18 Jul 2020 18:11:18 -0400 Subject: [PATCH] Bring back Brightness values #642 --- config/packages/garadget.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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