From eed5b6b1870bf6e87f54b2c11df147181c683be7 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sun, 5 Jul 2020 14:40:41 -0400 Subject: [PATCH] Forgot to update Logger entries and also give the new sensors some units of measurement for the history graph. #642 --- config/packages/garadget.yaml | 2 ++ config/recorder.yaml | 8 +++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 75629a4a..6acc5a98 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -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. diff --git a/config/recorder.yaml b/config/recorder.yaml index 48c9c53b..27c19998 100755 --- a/config/recorder.yaml +++ b/config/recorder.yaml @@ -15,7 +15,7 @@ exclude: - scene # - script entities: - - automation.update_garage_brightness + - automation.update_garage_get_status - binary_sensor.camera1_motion_sensor - binary_sensor.camera2_motion_sensor - binary_sensor.camera3_motion_sensor @@ -30,8 +30,7 @@ exclude: - sensor.floorplan_date - sensor.floorplan_time - sensor.ha_uptime - - sensor.large_garage_reflection_rate - - sensor.large_garage_time_in_state + - sensor.large_garage_door_since - sensor.last_message - sensor.low_battery - sensor.medicine_time @@ -43,8 +42,7 @@ exclude: - sensor.last_boot - sensor.last_boot_templated - sensor.skybell_front_door_chime_level - - sensor.small_garage_reflection_rate - - sensor.small_garage_time_in_state + - sensor.small_garage_door_since - sensor.time - sensor.rachio_watering_time - sun.sun