mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Correct the state attribute example (#25020)
This commit is contained in:
parent
97f17db811
commit
f5b5c150f1
@ -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_*`
|
||||
|
Loading…
x
Reference in New Issue
Block a user