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:
ccostan
2020-07-05 14:40:41 -04:00
parent 01e0912ef4
commit eed5b6b187
2 changed files with 5 additions and 5 deletions

View File

@@ -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.