mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Correct climate set_fan_mode example (#34773)
The example with "On Low" as mode generates this error: `Fan mode On Low is not valid. Valid fan modes are: on, low, medium, high` A correct value must be all lower case and one of: on, low, medium, high
This commit is contained in:
parent
3efc2b239c
commit
ef63ef3f41
@ -177,7 +177,7 @@ automation:
|
|||||||
target:
|
target:
|
||||||
entity_id: climate.kitchen
|
entity_id: climate.kitchen
|
||||||
data:
|
data:
|
||||||
fan_mode: "On Low"
|
fan_mode: "low"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Action `climate.set_hvac_mode`
|
### Action `climate.set_hvac_mode`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user