Skip to content

Commit

Permalink
Added issue_tracker and version into manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkastelec committed Feb 18, 2021
1 parent d1a6f15 commit f8bedac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/wemportal/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

_LOGGER = logging.getLogger('wemportal')
DOMAIN = "wemportal"
DEFAULT_NAME = "WEM Portal"
DEFAULT_NAME = "Weishaupt WEM Portal"
DEFAULT_TIMEOUT = 60
START_URLS = ['https://www.wemportal.com/Web/login.aspx']
4 changes: 3 additions & 1 deletion custom_components/wemportal/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"domain": "wemportal",
"name": "WEM Portal",
"name": "Weishaupt WEM Portal",
"documentation": "https://github.com/erikkastelec/hass-WEM-Portal",
"issue_tracker": "https://github.com/erikkastelec/hass-WEM-Portal/issues",
"dependencies": [],
"version": "1.0.0",
"codeowners": [
"@erikkastelec"
],
Expand Down

0 comments on commit f8bedac

Please sign in to comment.