mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Bring back Brightness values #642
This commit is contained in:
@@ -43,11 +43,23 @@ sensor:
|
|||||||
state_topic: "garadget/GLarge/status"
|
state_topic: "garadget/GLarge/status"
|
||||||
value_template: '{{ value_json.time }}'
|
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
|
- platform: mqtt
|
||||||
name: "Small Garage Door Since"
|
name: "Small Garage Door Since"
|
||||||
state_topic: "garadget/GSmall/status"
|
state_topic: "garadget/GSmall/status"
|
||||||
value_template: '{{ value_json.time }}'
|
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:
|
group:
|
||||||
garage_doors: # This group is used to check if doors are open or Closed.
|
garage_doors: # This group is used to check if doors are open or Closed.
|
||||||
name: Garage Doors
|
name: Garage Doors
|
||||||
|
Reference in New Issue
Block a user