Basic Example, does nothing

This commit is contained in:
Christiaan Goossens
2022-11-28 12:49:41 +01:00
commit 74b88a2252
9 changed files with 1923 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[tool.poetry]
name = "hass-oidc"
version = "0.1.0"
description = ""
authors = ["Christiaan Goossens <contact@christiaangoossens.nl>"]
license = "MIT"
[tool.poetry.dependencies]
python = "3.10.*"
[tool.poetry.dev-dependencies]
homeassistant = "^2022.11.4"
pylint = "^2.15.6"