diff --git a/copy.sh b/copy.sh new file mode 100755 index 0000000..f3efa87 --- /dev/null +++ b/copy.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cp -R ../homeassistant-core/homeassistant/components/bwt_perla custom_components/ diff --git a/custom_components/bwt_perla/manifest.json b/custom_components/bwt_perla/manifest.json index e25e50d..c5c6032 100644 --- a/custom_components/bwt_perla/manifest.json +++ b/custom_components/bwt_perla/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/bwt_perla", + "issue_tracker": "https://github.com/dkarv/bwt_api/issues", "homekit": {}, "iot_class": "local_polling", "requirements": ["bwt_api==0.2.0"],