* Fixes necessary for Entra ID * Better error * Bump 0.6.1 * Also bump manifest * Linting
23 lines
538 B
JSON
23 lines
538 B
JSON
{
|
|
"domain": "auth_oidc",
|
|
"name": "OIDC Authentication",
|
|
"codeowners": [
|
|
"@christiaangoossens"
|
|
],
|
|
"config_flow": false,
|
|
"dependencies": [
|
|
"auth",
|
|
"http"
|
|
],
|
|
"documentation": "https://github.com/christiaangoossens/hass-oidc-auth",
|
|
"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.1"
|
|
} |