Files
hass-oidc-auth/README.md
Christiaan Goossens 9fc8278724 Config instruction
2022-11-28 12:51:27 +01:00

415 B

OIDC Auth for Home Assistant

TODO

Installation

Add this repository to HACS.

Update your configuration.yaml file with

auth_oidc:

Afterwards, restart Home Assistant.

Development

This package uses poetry: https://github.com/python-poetry/poetry. Use poetry install to install. You can force the venv within the project with poetry config virtualenvs.in-project true.