mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Forgot to update Logger entries and also give the new sensors some units of measurement for the history graph. #642
This commit is contained in:
@@ -42,10 +42,12 @@ sensor:
|
||||
name: "Large Garage Door Since"
|
||||
state_topic: "garadget/GLarge/status"
|
||||
value_template: '{{ value_json.time }}'
|
||||
unit_of_measurement: 'Minutes'
|
||||
- platform: mqtt
|
||||
name: "Small Garage Door Since"
|
||||
state_topic: "garadget/GSmall/status"
|
||||
value_template: '{{ value_json.time }}'
|
||||
unit_of_measurement: 'Minutes'
|
||||
|
||||
group:
|
||||
garage_doors: # This group is used to check if doors are open or Closed.
|
||||
|
Reference in New Issue
Block a user