* Initial version with UI templates * Implement basic screens * Linting & bump to 0.3.0 * Tick off some TODOs
22 lines
517 B
JSON
22 lines
517 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"
|
|
],
|
|
"version": "0.3.0"
|
|
} |