Files
hass-oidc-auth/custom_components/auth_oidc/manifest.json
2026-02-06 11:26:02 +01:00

23 lines
545 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": [
"aiofiles",
"jinja2",
"bcrypt",
"joserfc"
],
"version": "0.6.3"
}