You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I can only change the fan mode from clicking on the climate entity.
I can not use an automation to change the fan mode because it is not available as an entity or action
Solution Description
Add fan mode as an entity and action just like swing mode and preset.
Alternatives Description
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
You should see the attributes of the climate sensor under development tools:
You can use the fan mode (or any attribute by selection the corresponding action) in the automation. The entity to select is the climate device itself:
Same in yaml:
description: ""
mode: single
triggers: []
conditions: []
actions:
- action: climate.set_fan_mode
metadata: {}
data:
fan_mode: High
target:
entity_id: climate.ilpalakerta
Problem Description
Currently I can only change the fan mode from clicking on the climate entity.
I can not use an automation to change the fan mode because it is not available as an entity or action
Solution Description
Add fan mode as an entity and action just like swing mode and preset.
Alternatives Description
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: