Add matter cover platform (#26857)

* add matter cover, update some outdated information.

* recover info about bridge, remove zemismart cover
This commit is contained in:
hidaris 2023-04-04 20:54:26 +08:00 committed by GitHub
parent 1247cb08db
commit ae4a491e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,11 @@ title: Matter (BETA)
description: Instructions on how to integrate Matter with Home Assistant. description: Instructions on how to integrate Matter with Home Assistant.
ha_category: ha_category:
- Binary Sensor - Binary Sensor
- Cover
- Light - Light
- Lock
- Sensor - Sensor
- Switch - Switch
- Lock
ha_release: '2022.12' ha_release: '2022.12'
ha_iot_class: Local Push ha_iot_class: Local Push
ha_config_flow: true ha_config_flow: true
@ -15,11 +16,12 @@ ha_codeowners:
ha_domain: matter ha_domain: matter
ha_platforms: ha_platforms:
- binary_sensor - binary_sensor
- cover
- diagnostics - diagnostics
- light - light
- lock
- sensor - sensor
- switch - switch
- lock
ha_integration_type: integration ha_integration_type: integration
--- ---
@ -53,7 +55,7 @@ _If you run Home Assistant Container, Home Assistant Core, or you dont 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. 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 ### Known issues