diff --git a/.gitignore b/.gitignore index 894a44c..800e25d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# IDE +.idea + # Distribution / packaging .Python build/ diff --git a/custom_components/weishaupt_wcm_com/manifest.json b/custom_components/weishaupt_wcm_com/manifest.json index dcea049..1ec59eb 100644 --- a/custom_components/weishaupt_wcm_com/manifest.json +++ b/custom_components/weishaupt_wcm_com/manifest.json @@ -1,7 +1,7 @@ { "domain": "weishaupt_wcm_com", "name": "Weishaupt WCM-COM", - "documentation": "https://github.com/home-assistant/schmiegelt", + "documentation": "https://github.com/phamels/HA-Weishaupt-WCM-COM", "dependencies": [], "codeowners": [], "requirements": ["weishaupt-wcm-com==0.0.9"] diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..8f0f3b9 --- /dev/null +++ b/hacs.json @@ -0,0 +1,3 @@ +{ + "name": "Weishaupt WCM-COM HA Module" +} \ No newline at end of file