Cleared out all of the Entity_ID breaking Changes. #876

This commit is contained in:
ccostan
2020-09-17 20:34:57 -04:00
parent 2219e82166
commit c2c26fec1c
6 changed files with 1 additions and 29 deletions

View File

@@ -126,42 +126,35 @@ sensor:
sensors:
sensor_count:
friendly_name: 'Number of Sensors'
entity_id: []
value_template: >-
{{ states.sensor | list | count }}
automation_count:
friendly_name: 'Number of Automations'
entity_id: []
value_template: >-
{{ states.automation| list | count }}
script_count:
friendly_name: 'Number of Scripts'
entity_id: []
value_template: >
{{ states.script | list | count }}
binary_sensor_count:
friendly_name: 'Number of Binary Sensors'
entity_id: []
value_template: >-
{{ states.binary_sensor | list | count }}
tracker_count:
friendly_name: 'Number of Devices'
entity_id: []
value_template: >-
{{ states.device_tracker| list | count }}
lights_count:
friendly_name: 'Number of Lights'
entity_id: []
value_template: >
{{ states.light | list | count }}
protect_count:
friendly_name: 'Number of Smoke Detectors'
entity_id: []
value_template: >
{% if states('group.protects') == 'on' %}
{% for e in states.group.protects.attributes.entity_id if states(e) == 'on' %}
@@ -174,7 +167,6 @@ sensor:
{% endif %}
camera_count:
friendly_name: 'Number of online Cameras'
entity_id: []
value_template: >
{{ states.camera | list | count }}
@@ -312,7 +304,7 @@ automation:
- platform: time_pattern
hours: '/22'
minutes: 45
condition:
- condition: numeric_state
entity_id: automation.random_youtube_videos_ccostan