Skip to content

Zimi: Add fan details #38905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion source/_integrations/zimi.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ ha_codeowners:
- '@mhannon11'
ha_category:
- Light
- Fan
ha_domain: zimi
ha_platforms:
- light
- fan
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.
Expand Down Expand Up @@ -74,7 +78,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 |
Expand All @@ -85,6 +89,10 @@ When you add a supported device, the following entities will be created:
| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Future |
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Future |

### Zimi fan controller

- Fan entity: Basic on/off and speed control

### Zimi light controller

- Light entity: Basic on/off and brightness control
Expand Down