Files
hass-oidc-auth/custom_components/auth_oidc/manifest.json
Christiaan Goossens 951f85816d Update doc URL
2025-08-30 13:20:27 +02:00

23 lines
578 B
JSON

{
"domain": "auth_oidc",
"name": "OIDC Authentication",
"codeowners": [
"@christiaangoossens"
],
"config_flow": false,
"dependencies": [
"auth",
"http"
],
"documentation": "https://github.com/christiaangoossens/hass-oidc-auth/blob/v0.6.3-alpha/docs/configuration.md",
"integration_type": "service",
"iot_class": "calculated",
"issue_tracker": "https://github.com/christiaangoossens/hass-oidc-auth/issues",
"requirements": [
"python-jose>=3.3.0",
"aiofiles>=24.1.0",
"jinja2>=3.1.4",
"bcrypt>=4.2.0"
],
"version": "0.6.3"
}