Add hide_states option to state selector (#40050)

This commit is contained in:
Paul Bottein 2025-07-21 14:02:24 +02:00 committed by GitHub
parent b5243ecc22
commit 3d1fd30b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1422,7 +1422,11 @@ one can be selected.
entity_id: entity_id:
description: The entity ID of which an state can be selected from. description: The entity ID of which an state can be selected from.
type: string type: string
required: true required: false
hide_states:
description: The states to exclude from the list of options
type: list
required: false
{% endconfiguration %} {% endconfiguration %}
The output of this selector is the select state (not the translated or The output of this selector is the select state (not the translated or