From 32ac4e64c593d87152b5ce75d0ef1149c6607e6d Mon Sep 17 00:00:00 2001 From: markhannon Date: Thu, 15 May 2025 21:41:02 +1000 Subject: [PATCH] Add sensor entity (#38906) --- source/_integrations/zimi.markdown | 35 +++++++++++++++++++----------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/source/_integrations/zimi.markdown b/source/_integrations/zimi.markdown index b5467c38f23..dfbb9cd93cb 100644 --- a/source/_integrations/zimi.markdown +++ b/source/_integrations/zimi.markdown @@ -8,13 +8,15 @@ ha_codeowners: - '@markhannon' - '@mhannon11' ha_category: - - Light - Fan + - Light + - Sensor - Switch ha_domain: zimi ha_platforms: - - light - fan + - light + - sensor - switch ha_config_flow: true 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 | | Fan and Light Controller | Fan | 1xFan
1xSwitch | Fan {Name}
Fan {Name} | Yes | -| Garage Door Controller | Cover | 1xCover
2xSensor | Cover {Name}
Cover {Temperature}
Cover {Humidity} | Future | +| Garage Door Controller | Cover | 1xCover
4xSensor | Garage Controller {Name}
Garage Controller {Battery Level}
Garage Controller {Garage Temperature}
Garage Controller {Garage Humidity}
Garage Controller {Outside Temperature} | Cover (Future)
Sensor (Yes) | | Light Dimmer Switch | Light | 1xLight | Light {Name} | Yes | -| Multi Dimmer Switch (2 button) | Light | 1xLight | Light {Name} | Yes | -| Multi Dimmer Switch (4 button) | Light | 2xLight | Light {Name}
Light {Name} | Yes | -| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} | Yes | -| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}
Switch {Name} | Yes | -| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}
Switch {Name}
Switch {Name} | Yes | -| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}
Switch {Name}
Switch {Name}
Switch {Name} | Yes | -| Power Point | Outlet | 2xSwitch | Outlet {Name} | Yes | +| Multi Dimmer Switch
(2 button) | Light | 1xLight | Light {Name} | Yes | +| Multi Dimmer Switch
(4 button) | Light | 2xLight | Light {Name}
Light {Name} | Yes | +| Multi-Purpose Switch
(1 button) | Switch | 1xSwitch | Switch {Name} | Yes | +| Multi-Purpose Switch
(2 button) | Switch | 2xSwitch | Switch {Name}
Switch {Name} | Yes | +| Multi-Purpose Switch
(3 button) | Switch | 3xSwitch | Switch {Name}
Switch {Name}
Switch {Name} | Yes | +| Multi-Purpose Switch
(4 button) | Switch | 4xSwitch | Switch {Name}
Switch {Name}
Switch {Name}
Switch {Name} | Yes | +| Power Point | Outlet | 2xOutlet | Outlet {Name} | Yes | -### Zimi fan controller +### Zimi fan - Fan entity: Basic on/off and speed control -### Zimi light controller +### Zimi light - 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