added code
Validate Home Assistant Configuration / YAML Lint (push) Failing after 7s
Validate Home Assistant Configuration / Home Assistant Config Check (push) Failing after 23s
Validate Home Assistant Configuration / Validate Entity IDs (push) Failing after 1m12s
Validate Home Assistant Configuration / Validate Device IDs (push) Failing after 17s
Validate Home Assistant Configuration / YAML Lint (pull_request) Failing after 8s
Validate Home Assistant Configuration / Home Assistant Config Check (pull_request) Failing after 21s
Validate Home Assistant Configuration / Validate Entity IDs (pull_request) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (pull_request) Failing after 17s

This commit is contained in:
Brian Bjarke Jensen
2026-02-02 21:28:34 +01:00
parent d11c63fc99
commit a2d61f4486
10 changed files with 897 additions and 641 deletions
+4 -1
View File
@@ -3,7 +3,7 @@ name = "home-assistant"
version = "0.1.0"
description = "Data analysis notebooks for Home Assistant smart home metrics"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.12,<3.13"
dependencies = [
"jupyter>=1.0.0",
"pandas>=2.0.0",
@@ -15,11 +15,14 @@ dependencies = [
"ipykernel>=6.25.0",
"pandera>=0.28.1",
"plotly>=6.5.2",
"pyyaml>=6.0",
"requests>=2.31.0",
]
[project.optional-dependencies]
dev = [
"ruff>=0.1.0",
"yamllint>=1.35.0",
]
[build-system]