Add light platform to duotecno (#28399)

* Add light platform to duotecno

* Also add light to ha_category, add missing cover also
This commit is contained in:
Maikel Punie 2023-08-05 19:00:27 +02:00 committed by GitHub
parent 51153bdaf9
commit 037c016485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ title: Duotecno
description: Access and control your Duotecno nodes. description: Access and control your Duotecno nodes.
ha_category: ha_category:
- Switch - Switch
- Cover
- Light
ha_iot_class: Local Push ha_iot_class: Local Push
ha_release: '2023.8' ha_release: '2023.8'
ha_config_flow: true ha_config_flow: true
@ -11,6 +13,7 @@ ha_codeowners:
ha_domain: duotecno ha_domain: duotecno
ha_platforms: ha_platforms:
- cover - cover
- light
- switch - switch
ha_integration_type: integration ha_integration_type: integration
--- ---