Basic Example, does nothing
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# OIDC Auth for Home Assistant
|
||||
|
||||
TODO
|
||||
|
||||
## Installation
|
||||
|
||||
Add this repository to [HACS](https://hacs.xyz/).
|
||||
|
||||
Update your configuration.yaml file with
|
||||
|
||||
```yaml
|
||||
|
||||
```
|
||||
|
||||
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`.
|
||||
Reference in New Issue
Block a user