Hide default branch on HACS & add button to quick add

This commit is contained in:
Christiaan Goossens
2024-12-24 22:50:09 +01:00
parent 8ba494c49c
commit a30d42ffce
2 changed files with 3 additions and 0 deletions

View File

@@ -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/). 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 Update your `configuration.yaml` file with
```yaml ```yaml

View File

@@ -1,5 +1,6 @@
{ {
"name": "OpenID Connect", "name": "OpenID Connect",
"hide_default_branch": true,
"render_readme": true, "render_readme": true,
"homeassistant": "2024.12" "homeassistant": "2024.12"
} }