Add lock to matter ha_platforms (#26674)

This commit is contained in:
Arturo 2023-03-21 02:02:22 -06:00 committed by GitHub
parent 4f3304a3e5
commit ae00a8d5b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ ha_category:
- Light
- Sensor
- Switch
- Lock
ha_release: '2022.12'
ha_iot_class: Local Push
ha_config_flow: true
@ -18,6 +19,7 @@ ha_platforms:
- light
- sensor
- switch
- lock
ha_integration_type: integration
---