mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-08 10:38:44 +00:00
Remove deprecated entity_id
This commit is contained in:
@@ -118,11 +118,6 @@ sensor:
|
|||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
open_window_count:
|
open_window_count:
|
||||||
entity_id:
|
|
||||||
- binary_sensor.living_room_right_window
|
|
||||||
- binary_sensor.bedroom_left_window
|
|
||||||
- binary_sensor.bedroom_right_window
|
|
||||||
- binary_sensor.kitchen_window
|
|
||||||
friendly_name: Open window count
|
friendly_name: Open window count
|
||||||
value_template: >-
|
value_template: >-
|
||||||
{% set entityStates = states | selectattr('entity_id', 'in', state_attr('group.all_windows', 'entity_id')) %}
|
{% set entityStates = states | selectattr('entity_id', 'in', state_attr('group.all_windows', 'entity_id')) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user