From ae4a491e9035e1a9fa90d9b38871cf35884749d7 Mon Sep 17 00:00:00 2001 From: hidaris Date: Tue, 4 Apr 2023 20:54:26 +0800 Subject: [PATCH] Add matter cover platform (#26857) * add matter cover, update some outdated information. * recover info about bridge, remove zemismart cover --- source/_integrations/matter.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_integrations/matter.markdown b/source/_integrations/matter.markdown index 62a3a4a7b45..1703d0c165a 100644 --- a/source/_integrations/matter.markdown +++ b/source/_integrations/matter.markdown @@ -3,10 +3,11 @@ title: Matter (BETA) description: Instructions on how to integrate Matter with Home Assistant. ha_category: - Binary Sensor + - Cover - Light + - Lock - Sensor - Switch - - Lock ha_release: '2022.12' ha_iot_class: Local Push ha_config_flow: true @@ -15,11 +16,12 @@ ha_codeowners: ha_domain: matter ha_platforms: - binary_sensor + - cover - diagnostics - light + - lock - sensor - switch - - lock ha_integration_type: integration --- @@ -53,7 +55,7 @@ _If you run Home Assistant Container, Home Assistant Core, or you don’t want t While the support for Matter is evolving, we will regularly update the Matter integration with new features or device support. Because it might be hard to track what's supported and what not, we list the current state here and try to update this information as often as possible. -Platform support in Home Assistant is currently limited to switches, lights, and (binary) sensors. The light platform is limited to _on/off_ and _brightness_ control only, support for _color_ and _color temperature_ control will be added soon. +Platform support in Home Assistant is currently limited to switches, lights, locks, covers and (binary) sensors. ### Known issues