mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Xiaomi_miio fan platform sevices update (#18340)
This commit is contained in:
parent
266dc5c6db
commit
a0807a169f
@ -538,14 +538,23 @@ This model uses newer MiOT communication protocol.
|
||||
|
||||
### Platform Services
|
||||
|
||||
### Service `fan.set_speed`
|
||||
### Service `fan.set_percentage`
|
||||
|
||||
Set the fan speed/operation mode.
|
||||
Set the fan speed percentage.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|---------------------------------------------------------------------|
|
||||
| `entity_id` | no | Only act on a specific Xiaomi miIO fan entity. |
|
||||
| `speed` | no | Fan speed. Valid values are 'Auto', 'Silent', 'Favorite' and 'Idle' |
|
||||
| `percentage` | no | Fan speed. Percentage speed setting |
|
||||
|
||||
### Service `fan.set_preset_mode`
|
||||
|
||||
Set the fan operation mode.
|
||||
|
||||
| Service data attribute | Optional | Description |
|
||||
|---------------------------|----------|---------------------------------------------------------------------|
|
||||
| `entity_id` | no | Only act on a specific Xiaomi miIO fan entity. |
|
||||
| `preset_mode` | no | The Xiaomi miIO operation mode |
|
||||
|
||||
### Service `xiaomi_miio.fan_set_buzzer_on` (Air Purifier Pro excluded)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user