mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Remove references to YAML in myq (#16247)
This commit is contained in:
parent
191625c427
commit
b8b274415d
@ -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**.
|
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
|
### Binary Sensor
|
||||||
|
|
||||||
Your `MyQ` gateway will appear as a binary sensor that shows if the device is connected.
|
Your `MyQ` gateway will appear as a binary sensor that shows if the device is connected.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user