In the latest release of HA (Home Assistant) they moved fan speeds out in favor of a percentage, see https://www.home-assistant.io/blog/#fan-speeds-100
I would like to ask for a new feature, an API endpoint that can use this, including an optional timer parameter:
/api/v2/fan/setpercentage.json
Set the fan speed by a percentage of your fan device.
Example:
http://192.168.x.y/api/v2/fan/setpercentage.json?percentage=50
| Parameter |
Required |
Description |
percentage |
Yes |
Fan speed percentage: a number between 0 and 100 |
timer |
No |
Set the fan timer (number of minutes) |
In the latest release of HA (Home Assistant) they moved fan speeds out in favor of a percentage, see https://www.home-assistant.io/blog/#fan-speeds-100
I would like to ask for a new feature, an API endpoint that can use this, including an optional timer parameter:
/api/v2/fan/setpercentage.json
Set the fan speed by a percentage of your fan device.
Example:
http://192.168.x.y/api/v2/fan/setpercentage.json?percentage=50percentagea number between
0and100timer