Hello,
first of all I really like the new blueprint feature. It’s a great way to exchange new ideas/automation to each other.
Currently I try to create my first blueprint and share it with you.
I like to use this trigger in an blueprint. The user should be able to select multiple entities in the selector. In this example “media_player.badezimmer” and “media_player.wohnzimmer”
trigger:
- platform: numeric_state
entity_id:
- media_player.badezimmer
- media_player.wohnzimmer
attribute: volume_level
above: '0.37'
In general it seems to be impossible to add multiple entities via one entity-selector in a blueprint.
Is there currently an solution to add an selector which allow the user to add multiple entities? For the target this is possible via the target-selector.
Thanks in advance
Nico