* Bumped version to 0.2.0 * Implemented Github Actions for HACS, Hassfest, Linting * Improved code quality (compliant with the linter now) * Added link to the finish page to automatically login on the same device/browser
20 lines
472 B
JSON
20 lines
472 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"
|
|
],
|
|
"version": "0.2.0"
|
|
} |