diff --git a/source/_components/cover.opengarage.markdown b/source/_components/cover.opengarage.markdown index 2ac83c83bc9..d9327afa2a6 100644 --- a/source/_components/cover.opengarage.markdown +++ b/source/_components/cover.opengarage.markdown @@ -8,12 +8,14 @@ comments: false sharing: true footer: true logo: opengarage.png -ha_category: Cover +ha_category: DIY ha_release: 0.44 --- 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: ```yaml @@ -87,7 +89,7 @@ sensor: {% endif %} {% else %} n/a - {% endif %}'{% endraw %} + {% endif %}' group: garage: @@ -104,3 +106,4 @@ customize: sensor.garage_car_present: icon: mdi:car ``` +{% endraw %}