### The problem I have the following trigger in an automation: ```yaml triggers: - entity_id: - sensor.a above: sensor.b for: hours: 0 minutes: 0 seconds: 30 trigger: numeric_state ``` If `sensor.b` changes to fall below `sensor.a` then the automation won't trigger until `sensor.a` also changes and stays above `sensor.b` for 30 seconds. I would expect `sensor.b` changing to also trigger the automation. ### What version of Home Assistant Core has the issue? 2025.5.3 ### What was the last working version of Home Assistant Core? _No response_ ### What type of installation are you running? Home Assistant Container ### Integration causing the issue _No response_ ### Link to integration documentation on our website _No response_ ### Diagnostics information _No response_ ### Example YAML snippet ```yaml ``` ### Anything in the logs that might be useful for us? ```txt ``` ### Additional information _No response_