Add cover entity (#38907)

This commit is contained in:
markhannon 2025-05-20 06:11:39 +10:00 committed by GitHub
parent eb88953711
commit 224362603b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,14 @@ ha_codeowners:
- '@markhannon'
- '@mhannon11'
ha_category:
- Cover
- Fan
- Light
- Sensor
- Switch
ha_domain: zimi
ha_platforms:
- cover
- fan
- light
- sensor
@ -79,19 +81,23 @@ The integration will support all Zimi devices. Note that the naming conventions
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} | Yes |
| Garage Door Controller | Cover | 1xCover<br>4xSensor | Garage Controller {Name}<br>Garage Controller {Battery Level}<br>Garage Controller {Garage Temperature}<br>Garage Controller {Garage Humidity}<br>Garage Controller {Outside Temperature} | Cover (Future)<br>Sensor (Yes) |
| Light Dimmer Switch | Light | 1xLight | Light {Name} | Yes |
| Multi Dimmer Switch<br>(2 button) | Light | 1xLight | Light {Name} | Yes |
| Multi Dimmer Switch<br>(4 button) | Light | 2xLight | Light {Name}<br>Light {Name} | Yes |
| Multi-Purpose Switch<br>(1 button) | Switch | 1xSwitch | Switch {Name} | Yes |
| Multi-Purpose Switch<br>(2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} | Yes |
| Multi-Purpose Switch<br>(3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
| Multi-Purpose Switch<br>(4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Yes |
| Zimi product | HA device name | HA entities | HA default friendly name |
|---------------------------------|----------------|---------------------|------------------------------------------------------------------|
| Blind Controller | Cover | 1xCover | Cover {Name} |
| Fan and Light Controller | Fan | 1xFan<br>1xSwitch | Fan {Name}<br>Fan {Name} |
| Garage Door Controller | Cover | 1xCover<br>2xSensor | Garage {Name}<br>Garage {Temperature}<br>Garage {Humidity} |
| Light Dimmer Switch | Light | 1xLight | Light {Name} |
| Multi Dimmer Switch (2 button) | Light | 1xLight | Light {Name} |
| Multi Dimmer Switch (4 button) | Light | 2xLight | Light {Name}<br>Light {Name} |
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} |
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} |
| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} |
| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} |
| Power Point | Outlet | 2xOutlet | Outlet {Name} |
### Zimi cover
- Cover entity: Basic open/close and open to percentage
### Zimi fan
@ -120,7 +126,6 @@ The integration receives updates instantly from the Zimi Cloud Controller via th
Entity name changes made in the Zimi app will not be reflected in Home Assistant until after a restart. This is because entity names are only read during integration setup and Home Assistant startup.
## Troubleshooting
### Missing Zimi devices