From d0b07a23b4a33acadec3ba05b501ccb12754d43a Mon Sep 17 00:00:00 2001 From: cnico Date: Thu, 15 Aug 2024 15:45:02 +0200 Subject: [PATCH] Add switch to chacon_dio integration (#33946) * Add dio_chacon integration documentation * Apply suggestions from code review * Review corrections : rename to chacon_dio, updated links to english stores, removed reload service that will be in a future PR. * Review correction of link to group integration * Review correction for group of entities * Tiny tweak * Add switches to chacon_dio integration * Review correction : one sectin per platform --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/chacon_dio.markdown | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/source/_integrations/chacon_dio.markdown b/source/_integrations/chacon_dio.markdown index 06df560d3d9..c73c4b78cd1 100644 --- a/source/_integrations/chacon_dio.markdown +++ b/source/_integrations/chacon_dio.markdown @@ -3,6 +3,7 @@ title: Chacon Dio description: Instructions on how to integrate your Chacon Dio devices within Home Assistant. ha_category: - Cover + - Switch ha_release: 2024.8 ha_iot_class: Cloud Push ha_config_flow: true @@ -11,15 +12,17 @@ ha_codeowners: ha_domain: chacon_dio ha_platforms: - cover + - switch ha_integration_type: integration --- [Chacon Dio devices](https://chacon.com/en/) are connected home devices that can be controlled via RF 433 MHz or Wi-Fi. This {% term integrations %} gives you access to the Wi-Fi connection so that Home Assistant can list your Chacon Dio devices and interact with them in real time, the same way the vendor's smartphone application does. -There is currently support for the following information within Home Assistant: +There is currently support for the following device types within Home Assistant: -- Cover devices (get statuses, move up, down, stop, and move to a given percentage) +- [Cover](#cover) +- [Switch](#switch) ## Prerequisites @@ -30,6 +33,21 @@ You will need to use the standalone app for this device to register a username a {% include integrations/config_flow.md %} +## Cover + +The cover platform integrates Chacon Dio devices to manage covers (like the REV-SHUTTER model) into Home Assistant, enabling control of the following: + +- get the **state** of the cover (connected or not, position and current movement) +- **Open/close/stop** the cover +- **Set position** of the cover (0-100%) + +## Switch + +The switch platform integrates Chacon Dio devices to manage switches (like the REV-SWITCH model) into Home Assistant, enabling control of the following: + +- get the **state** of the switch (connected or not and on/off state) +- **Turn on/off** the switch + ## Tips You can use the [group integration](/integrations/group) to group entities as the application proposes (for example covers of the first floor).