working 2.0 clone

This commit is contained in:
root
2024-10-01 14:06:39 +00:00
commit 873064d680
704 changed files with 46961 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"domain": "pid_controller",
"name": "PID Controller",
"version": "v0.0.0",
"documentation": "https://github.com/soloam/ha-pid-controller/",
"issue_tracker": "https://github.com/soloam/ha-pid-controller/issues",
"dependencies": [],
"after_dependencies": [
],
"config_flow": false,
"codeowners": [
"@Soloam"
],
"requirements": [],
"iot_class": "calculated"
}