I have a blueprint which propagates what I call an Auto Mode
state from Rooms
to all its Devices
. Both entities Room
and Device
are represented as input_select
. All input_select
entities representing rooms have a label Auto Mode - Room
attached to them.
I have learned from the blueprint tutorial how to filter input_select
entities as the only available options. However, I would like to restrict the filter further to only input_select entities with particular label Auto Mode - Room
. How to do that?
Thanks for any help
blueprint:
name: Auto mode - Room sets Devices
description: Blueprint for propagating auto mode from Room to its Devices
domain: automation
input:
input_select_auto_mode_room:
name: Input select of Auto mode Room
description: Source input select for propagation of auto mode
selector:
entity:
filter:
- domain: input_select
- label_id: auto_mode_room # something like this?