Remove references to YAML in myq (#16247)

This commit is contained in:
J. Nick Koston 2021-01-21 02:27:29 -06:00 committed by GitHub
parent 191625c427
commit b8b274415d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,27 +18,6 @@ The `myq` cover platform lets you control MyQ-Enabled garage doors through Home
To add `MyQ` cover to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select **MyQ**.
Alternatively, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
cover:
- platform: myq
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}
username:
description: Your MyQ account username.
required: true
type: string
password:
description: Your MyQ account password.
required: true
type: string
{% endconfiguration %}
### Binary Sensor
Your `MyQ` gateway will appear as a binary sensor that shows if the device is connected.