Correct the state attribute example (#25020)

This commit is contained in:
Rob Coleman 2022-11-22 01:07:59 -08:00 committed by GitHub
parent 97f17db811
commit f5b5c150f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,8 +306,8 @@ The condition will pass if the attribute matches the given state.
condition:
condition: state
entity_id: climate.living_room_thermostat
attribute: hvac_modes
state: "heat"
attribute: fan_mode
state: "auto"
```
Finally, the `state` option accepts helper entities (also known as `input_*`