From 70eb88e91f77732f193dadaf25117a671655a13c Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sun, 15 Aug 2021 16:49:57 -0400 Subject: [PATCH] Needed to ensure by not available sensor truncates.... --- config/sensors/house.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config/sensors/house.yaml b/config/sensors/house.yaml index 18751d4..9356151 100755 --- a/config/sensors/house.yaml +++ b/config/sensors/house.yaml @@ -158,15 +158,6 @@ duration: days: 30 -- platform: history_stats - name: Front Door Motion - entity_id: binary_sensor.aarlo_motion_front_door - state: 'on' - type: count - end: '{{ now() }}' - duration: - days: 7 - # Amazon Polly Sensors to see last message and location of audible notification - platform: mqtt name: "Jarvis Last Msg" @@ -217,7 +208,7 @@ na_entities: friendly_name: 'NA Entities' value_template: >- - {{ states | selectattr('state', 'eq', 'unavailable') | map(attribute='entity_id') | list }} + {{ states | selectattr('state', 'eq', 'unavailable') | map(attribute='entity_id') | list | truncate(250, False) }} na_entities_count: friendly_name: 'Number of NA Entities' value_template: >-