diff --git a/custom_components/basestation/manifest.json b/custom_components/basestation/manifest.json index acc97e9..2e31b19 100644 --- a/custom_components/basestation/manifest.json +++ b/custom_components/basestation/manifest.json @@ -1,11 +1,11 @@ { "domain": "basestation", "name": "Valve Index Basestation", - "version": "1.1.0", + "codeowners": ["@jariz", "@TCL987", "@MineTech13"], "config_flow": false, + "dependencies": ["bluetooth"], "documentation": "https://github.com/minetech13/homeassistant-basestation", - "issue_tracker": "https://github.com/minetech13/homeassistant-basestation/issues", - "codeowners": ["@jariz", "@TCL987", "@MineTech13"], "iot_class": "local_polling", - "dependencies": ["bluetooth"] + "issue_tracker": "https://github.com/minetech13/homeassistant-basestation/issues", + "version": "1.1.0" }