Initial Home Assistant commit

This commit is contained in:
2026-06-05 22:34:31 -04:00
commit 6a58b10e6c
4494 changed files with 297833 additions and 0 deletions
@@ -0,0 +1,20 @@
{
"domain": "climate_scheduler",
"name": "Climate Scheduler",
"codeowners": [
"@kneave"
],
"config_flow": true,
"dependencies": [
"climate",
"http"
],
"documentation": "https://github.com/kneave/climate-scheduler",
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/kneave/climate-scheduler/issues",
"requirements": [
],
"version": "1.15.1"
}