mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Zimi: Add fan details (#38905)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
715f6ff68e
commit
50e54c5227
@ -9,14 +9,18 @@ ha_codeowners:
|
||||
- '@mhannon11'
|
||||
ha_category:
|
||||
- Light
|
||||
- Fan
|
||||
- Switch
|
||||
ha_domain: zimi
|
||||
ha_platforms:
|
||||
- light
|
||||
- fan
|
||||
- switch
|
||||
ha_config_flow: true
|
||||
quality_scale: bronze
|
||||
integration_type: hub
|
||||
related:
|
||||
- url: https://zimi.life/
|
||||
---
|
||||
|
||||
The **Zimi Cloud Controller** {% term integration %} allows you to connect your Zimi Cloud Controller to Home Assistant and, via this integration, control local devices connected to the Zimi mesh.
|
||||
@ -76,7 +80,7 @@ When you add a supported device, the following entities will be created:
|
||||
| Zimi product | HA device name | HA entities | HA default friendly name | Supported |
|
||||
| ------------------------------- | -------------- | ------------------- | ---------------------------------------------------------------- | --------- |
|
||||
| Blind Controller | Cover | 1xCover | Cover {Name} | Future |
|
||||
| Fan and Light Controller | Fan | 1xFan<br>1xSwitch | Fan {Name}<br>Fan {Name} | Future |
|
||||
| Fan and Light Controller | Fan | 1xFan<br>1xSwitch | Fan {Name}<br>Fan {Name} | Yes |
|
||||
| Garage Door Controller | Cover | 1xCover<br>2xSensor | Cover {Name}<br>Cover {Temperature}<br>Cover {Humidity} | Future |
|
||||
| Light Dimmer Switch | Light | 1xLight | Light {Name} | Yes |
|
||||
| Multi Dimmer Switch (2 button) | Light | 1xLight | Light {Name} | Yes |
|
||||
@ -85,7 +89,11 @@ When you add a supported device, the following entities will be created:
|
||||
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} | Yes |
|
||||
| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
|
||||
| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
|
||||
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Future |
|
||||
| Power Point | Outlet | 2xSwitch | Outlet {Name} | Yes |
|
||||
|
||||
### Zimi fan controller
|
||||
|
||||
- Fan entity: Basic on/off and speed control
|
||||
|
||||
### Zimi light controller
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user