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
@@ -0,0 +1,21 @@
{
"domain": "home_connect_alt",
"name": "Home Connect Alt",
"codeowners": [
"@ekutner"
],
"config_flow": true,
"dependencies": [
"http",
"application_credentials"
],
"documentation": "https://github.com/ekutner/home-connect-hass",
"homekit": {},
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/ekutner/home-connect-hass/issues",
"requirements": ["home-connect-async==0.8.2"],
"loggers": ["home_connect_alt", "home_connect_async"],
"ssdp": [],
"version": "1.2.1",
"zeroconf": []
}