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