diff --git a/README.md b/README.md index 01cdf6e..e42107f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ If you would like to read the background/open letter that lead to this component Add this repository to [HACS](https://hacs.xyz/). +[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=christiaangoossens&repository=hass-oidc-auth&category=Integration) + Update your `configuration.yaml` file with ```yaml diff --git a/hacs.json b/hacs.json index bfc6172..d0bb233 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,6 @@ { "name": "OpenID Connect", + "hide_default_branch": true, "render_readme": true, "homeassistant": "2024.12" } \ No newline at end of file