mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add sensor entity (#38906)
This commit is contained in:
parent
fe88a64eb8
commit
32ac4e64c5
@ -8,13 +8,15 @@ ha_codeowners:
|
|||||||
- '@markhannon'
|
- '@markhannon'
|
||||||
- '@mhannon11'
|
- '@mhannon11'
|
||||||
ha_category:
|
ha_category:
|
||||||
- Light
|
|
||||||
- Fan
|
- Fan
|
||||||
|
- Light
|
||||||
|
- Sensor
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: zimi
|
ha_domain: zimi
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- light
|
|
||||||
- fan
|
- fan
|
||||||
|
- light
|
||||||
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
quality_scale: bronze
|
quality_scale: bronze
|
||||||
@ -81,25 +83,32 @@ When you add a supported device, the following entities will be created:
|
|||||||
| ------------------------------- | -------------- | ------------------- | ---------------------------------------------------------------- | --------- |
|
| ------------------------------- | -------------- | ------------------- | ---------------------------------------------------------------- | --------- |
|
||||||
| Blind Controller | Cover | 1xCover | Cover {Name} | Future |
|
| Blind Controller | Cover | 1xCover | Cover {Name} | Future |
|
||||||
| 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} | Yes |
|
||||||
| Garage Door Controller | Cover | 1xCover<br>2xSensor | Cover {Name}<br>Cover {Temperature}<br>Cover {Humidity} | Future |
|
| 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 |
|
| Light Dimmer Switch | Light | 1xLight | Light {Name} | Yes |
|
||||||
| Multi Dimmer Switch (2 button) | Light | 1xLight | Light {Name} | Yes |
|
| Multi Dimmer Switch<br>(2 button) | Light | 1xLight | Light {Name} | Yes |
|
||||||
| Multi Dimmer Switch (4 button) | Light | 2xLight | Light {Name}<br>Light {Name} | Yes |
|
| Multi Dimmer Switch<br>(4 button) | Light | 2xLight | Light {Name}<br>Light {Name} | Yes |
|
||||||
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} | Yes |
|
| Multi-Purpose Switch<br>(1 button) | Switch | 1xSwitch | Switch {Name} | Yes |
|
||||||
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} | Yes |
|
| Multi-Purpose Switch<br>(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<br>(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 |
|
| Multi-Purpose Switch<br>(4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
|
||||||
| Power Point | Outlet | 2xSwitch | Outlet {Name} | Yes |
|
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Yes |
|
||||||
|
|
||||||
### Zimi fan controller
|
### Zimi fan
|
||||||
|
|
||||||
- Fan entity: Basic on/off and speed control
|
- Fan entity: Basic on/off and speed control
|
||||||
|
|
||||||
### Zimi light controller
|
### Zimi light
|
||||||
|
|
||||||
- Light entity: Basic on/off and brightness control
|
- Light entity: Basic on/off and brightness control
|
||||||
|
|
||||||
### Zimi switch controller
|
### Zimi sensor
|
||||||
|
|
||||||
|
- Battery Level (in %)
|
||||||
|
- Garage Temperature (in degrees)
|
||||||
|
- Garage Humidity (in %)
|
||||||
|
- Outside Temperature (in degrees)
|
||||||
|
|
||||||
|
### Zimi switch
|
||||||
|
|
||||||
- Switch entity: Basic on/off
|
- Switch entity: Basic on/off
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user