mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add cover entity (#38907)
This commit is contained in:
parent
eb88953711
commit
224362603b
@ -8,12 +8,14 @@ ha_codeowners:
|
|||||||
- '@markhannon'
|
- '@markhannon'
|
||||||
- '@mhannon11'
|
- '@mhannon11'
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Cover
|
||||||
- Fan
|
- Fan
|
||||||
- Light
|
- Light
|
||||||
- Sensor
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: zimi
|
ha_domain: zimi
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- cover
|
||||||
- fan
|
- fan
|
||||||
- light
|
- light
|
||||||
- sensor
|
- 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:
|
When you add a supported device, the following entities will be created:
|
||||||
|
|
||||||
| Zimi product | HA device name | HA entities | HA default friendly name | Supported |
|
| Zimi product | HA device name | HA entities | HA default friendly name |
|
||||||
| ------------------------------- | -------------- | ------------------- | ---------------------------------------------------------------- | --------- |
|
|---------------------------------|----------------|---------------------|------------------------------------------------------------------|
|
||||||
| Blind Controller | Cover | 1xCover | Cover {Name} | Future |
|
| Blind Controller | Cover | 1xCover | Cover {Name} |
|
||||||
| Fan and Light Controller | Fan | 1xFan<br>1xSwitch | Fan {Name}<br>Fan {Name} | Yes |
|
| Fan and Light Controller | Fan | 1xFan<br>1xSwitch | Fan {Name}<br>Fan {Name} |
|
||||||
| 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) |
|
| Garage Door Controller | Cover | 1xCover<br>2xSensor | Garage {Name}<br>Garage {Temperature}<br>Garage {Humidity} |
|
||||||
| Light Dimmer Switch | Light | 1xLight | Light {Name} | Yes |
|
| Light Dimmer Switch | Light | 1xLight | Light {Name} |
|
||||||
| Multi Dimmer Switch<br>(2 button) | Light | 1xLight | Light {Name} | Yes |
|
| Multi Dimmer Switch (2 button) | Light | 1xLight | Light {Name} |
|
||||||
| Multi Dimmer Switch<br>(4 button) | Light | 2xLight | Light {Name}<br>Light {Name} | Yes |
|
| Multi Dimmer Switch (4 button) | Light | 2xLight | Light {Name}<br>Light {Name} |
|
||||||
| Multi-Purpose Switch<br>(1 button) | Switch | 1xSwitch | Switch {Name} | Yes |
|
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} |
|
||||||
| Multi-Purpose Switch<br>(2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} | Yes |
|
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} |
|
||||||
| Multi-Purpose Switch<br>(3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
|
| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} |
|
||||||
| Multi-Purpose Switch<br>(4 button) | Switch | 4xSwitch | Switch {Name}<br>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} |
|
||||||
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Yes |
|
| Power Point | Outlet | 2xOutlet | Outlet {Name} |
|
||||||
|
|
||||||
|
### Zimi cover
|
||||||
|
|
||||||
|
- Cover entity: Basic open/close and open to percentage
|
||||||
|
|
||||||
### Zimi fan
|
### 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.
|
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
|
## Troubleshooting
|
||||||
|
|
||||||
### Missing Zimi devices
|
### Missing Zimi devices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user