Initial Home Assistant Configuration

This commit is contained in:
root
2025-09-11 10:47:34 +03:00
commit ac8b542e1b
2360 changed files with 41412 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"domain": "nordpool",
"name": "Nord Pool",
"after_dependencies": [
"http"
],
"codeowners": [
"@hellowlol"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/custom-components/nordpool/",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/custom-components/nordpool/issues",
"requirements": [
"backoff"
],
"version": "0.0.17"
}