Move to DIY category

This commit is contained in:
Fabian Affolter 2018-09-03 08:36:29 +02:00
parent d85049cd82
commit 301280915f
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -8,12 +8,14 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: opengarage.png logo: opengarage.png
ha_category: Cover ha_category: DIY
ha_release: 0.44 ha_release: 0.44
--- ---
The `opengarage` cover platform lets you control the open-source [OpenGarage.io](https://opengarage.io/) device through Home Assistant. The `opengarage` cover platform lets you control the open-source [OpenGarage.io](https://opengarage.io/) device through Home Assistant.
## {% linkable_title Configuration %}
To enable OpenGarage Covers in your installation, add the following to your `configuration.yaml` file: To enable OpenGarage Covers in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml
@ -87,7 +89,7 @@ sensor:
{% endif %} {% endif %}
{% else %} {% else %}
n/a n/a
{% endif %}'{% endraw %} {% endif %}'
group: group:
garage: garage:
@ -104,3 +106,4 @@ customize:
sensor.garage_car_present: sensor.garage_car_present:
icon: mdi:car icon: mdi:car
``` ```
{% endraw %}