From 037c016485a900633ee0e48c0fc931c852833f0d Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Sat, 5 Aug 2023 19:00:27 +0200 Subject: [PATCH] Add light platform to duotecno (#28399) * Add light platform to duotecno * Also add light to ha_category, add missing cover also --- source/_integrations/duotecno.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/duotecno.markdown b/source/_integrations/duotecno.markdown index 6625edbc964..b034a5bf4aa 100644 --- a/source/_integrations/duotecno.markdown +++ b/source/_integrations/duotecno.markdown @@ -3,6 +3,8 @@ title: Duotecno description: Access and control your Duotecno nodes. ha_category: - Switch + - Cover + - Light ha_iot_class: Local Push ha_release: '2023.8' ha_config_flow: true @@ -11,6 +13,7 @@ ha_codeowners: ha_domain: duotecno ha_platforms: - cover + - light - switch ha_integration_type: integration ---