Remove deprecated entity_id

This commit is contained in:
2021-04-15 19:04:20 +03:00
parent 8afb6fc0d4
commit 886c68dfb9
@@ -118,11 +118,6 @@ sensor:
- platform: template
sensors:
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
value_template: >-
{% set entityStates = states | selectattr('entity_id', 'in', state_attr('group.all_windows', 'entity_id')) %}