Skip to content

Conversation

Skaronator
Copy link
Contributor

@Skaronator Skaronator commented Oct 11, 2025

Proposed change

State condition “state” now supports multiple selections, matching backend capabilities.

vivaldi_GFOe4ftXGo.mp4

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Example configuration

 condition:
    - condition: state
      entity_id: sensor.washer_status
      state:
        - "running"
        - "paused"

Additional information

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:

@silamon silamon enabled auto-merge (squash) October 19, 2025 12:20
@silamon silamon merged commit 4e95830 into home-assistant:dev Oct 19, 2025
11 checks passed
@Skaronator Skaronator deleted the condition-multi-select branch October 19, 2025 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ConditionSelector visual editor rejects valid list-based entity_id in Config Flow

3 participants