From 261d111c96b66f7ecd4559458e1674adeb48f56a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 29 Jul 2021 20:59:00 +0200 Subject: [PATCH] Revert "Documentation for new Automate integration" (#18656) This reverts commit 4503957bea8a6949bd6c75910daf6e3018a71a35. --- source/_integrations/acmeda.markdown | 6 ++--- source/_integrations/automate.markdown | 32 -------------------------- 2 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 source/_integrations/automate.markdown diff --git a/source/_integrations/acmeda.markdown b/source/_integrations/acmeda.markdown index 39f411e7133..d787f59ac66 100644 --- a/source/_integrations/acmeda.markdown +++ b/source/_integrations/acmeda.markdown @@ -15,15 +15,13 @@ ha_platforms: - sensor --- -The Rollease Acmeda Automate integration allows you to control and monitor covers via your Rolelase Acmeda Automate hub (v1 only, see the [Automate Integration](/integrations/automate) for the Automate Pulse v2 Hub). - -The integration uses an [API](https://pypi.org/project/aiopulse/) to directly communicate with hubs on the local network, rather than connecting via the cloud or via RS-485. -Devices are represented as a cover for monitoring and control as well as a sensor for monitoring battery condition. +The Rollease Acmeda Automate integration allows you to control and monitor covers via your Rolelase Acmeda Automate hub. The integrations communicates directly with hubs on the local network, rather than connecting via the cloud or via RS-485. Devices are represented as a cover for monitoring and control as well as a sensor for monitoring battery condition. ### Supported devices - Automate Pulse Hub v1 + {% include integrations/config_flow.md %} ### Multiple hubs diff --git a/source/_integrations/automate.markdown b/source/_integrations/automate.markdown deleted file mode 100644 index 61e25b7f93f..00000000000 --- a/source/_integrations/automate.markdown +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Automate Pulse 2 Hub by Rollease Acmeda -description: Instructions on setting up the Automate Pulse Hub v2 by Rollease Acmeda within Home Assistant. -ha_category: - - Cover -ha_iot_class: Local Push -ha_release: 2021.8 -ha_config_flow: true -ha_codeowners: - - '@sillyfrog' -ha_domain: automate ---- - -The Automate Pulse 2 Hub by Rollease Acmeda integration allows you to control and monitor covers via your Automate Pulse v2 Hub (see the [acmeda](/integrations/acmeda) integration for the v1 hub). The integration uses an [API](https://pypi.org/project/aiopulse2/) to directly communicate with hubs on the local network, rather than connecting via the cloud. - -Devices are represented as a cover for monitoring and control as well as a sensor for monitoring battery level and signal strength. - - -{% include integrations/config_flow.md %} - -Once registration is complete, all devices are automatically discovered on the hub and you will have the opportunity to select the area each device is located. You should see a `cover` and two `sensor` entities for each device. - -The integration automatically manages the addition/update/removal of any devices connected to the hub at startup, including device names unless manually specified in Home Assistant. - -## Caveats - -If the IP address for the hub changes, you will need to re-register it with Home Assistant again. To avoid this, you may set up a DHCP reservation on your router for your hub so that it always has the same IP address. - -The integration has the following limitations: - -- covers with position as well as tilt are not yet supported. -- the integration doesn't make use of rooms and scenes configured in the hub, use the equivalent functionality in Home Assistant instead.