diff --git a/custom_components/climate_group/manifest.json b/custom_components/climate_group/manifest.json new file mode 100644 index 0000000..f2e384a --- /dev/null +++ b/custom_components/climate_group/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "climate", + "name": "Climate Group", + "documentation": "https://github.com/daenny/climate_group", + "dependencies": [], + "codeowners": [], + "requirements": [] +}