Skip to content

Add switch entity #38880

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 5 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
14 changes: 10 additions & 4 deletions source/_integrations/zimi.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ ha_codeowners:
- '@mhannon11'
ha_category:
- Light
- Switch
ha_domain: zimi
ha_platforms:
- light
- switch
ha_config_flow: true
quality_scale: bronze
integration_type: hub
Expand Down Expand Up @@ -79,16 +81,20 @@ When you add a supported device, the following entities will be created:
| 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}<br>Light {Name} | Yes |
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} | Future |
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} | Future |
| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} | Future |
| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Future |
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} | Yes |
| Multi-Purpose Switch (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 (4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Yes |
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Future |

### Zimi light controller

- Light entity: Basic on/off and brightness control

### Zimi switch controller

- Switch entity: Basic on/off

## Data updates

The integration receives updates instantly from the Zimi Cloud Controller via the Zimi API.
Expand Down