Revert "Documentation for new Automate integration" (#18656)

This reverts commit 4503957bea8a6949bd6c75910daf6e3018a71a35.
This commit is contained in:
Franck Nijhof 2021-07-29 20:59:00 +02:00 committed by GitHub
parent d9a0a37b3f
commit 261d111c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 36 deletions

View File

@ -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

View File

@ -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.