Skip to content

Commit

Permalink
Attempt to remove the need for mqtt credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Oct 20, 2022
1 parent c2dfbb0 commit 3cab47a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This Add-on for [Home Assistant](https://www.home-assistant.io/) allows you to r

[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmihsu81%2Faddon-theengsgw)

Or install by going to Settings -> Add-ons -> Add-on store -> ⁞ (Menu) -> Repositories -> Fill in the URL `https://github.com/mihsu81/addon-theengsgw` -> Add.
Or install by going to Settings -> Add-ons -> Add-on store -> ⁞ (Menu) -> Repositories -> Fill in the URL `https://github.com/theengs/HA-addon` -> Add.

2) Install the addon, by clicking on it from the store

Expand All @@ -31,4 +31,4 @@ Or install by going to Settings -> Add-ons -> Add-on store -> ⁞ (Menu) -> Repo

## Documentation

See [DOCS.md](https://github.com/mihsu81/addon-theengsgw/blob/main/theengsgateway/DOCS.md).
See [DOCS.md](https://github.com/theengs/HA-addon/blob/main/theengsgateway/DOCS.md).
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "TheengsGateway HA Add-on",
"url": "https://github.com/mihsu81/addon-theengsgw",
"url": "https://github.com/theengs/HA-addon",
"maintainer": "Mihai Ambrosie <[email protected]>"
}
2 changes: 1 addition & 1 deletion theengsgateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
## What's Changed
Update TGW to v0.5.0 and include scanning_mode.

**Full Changelog**: https://github.com/mihsu81/addon-theengsgw/compare/v1.1.0...v1.2.0
**Full Changelog**: https://github.com/theengs/HA-addon/compare/v1.1.0...v1.2.0
2 changes: 1 addition & 1 deletion theengsgateway/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation and Configuration

1. Open Home Assistant and navigate to the "Add-on Store". Click on the 3 dots (top right) and select "Repositories".
2. Enter `https://github.com/mihsu81/addon-theengsgw` in the box and click on "Add".
2. Enter `https://github.com/theengs/HA-addon` in the box and click on "Add".
3. You should now see "TheengsGateway HA Add-on" at the bottom list.
4. Click on "TheengsGateway", then click "Install".
5. Under the "Configuration" tab, change the settings appropriately (at least MQTT parameters), see [Parameters](#parameters).
Expand Down
4 changes: 2 additions & 2 deletions theengsgateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This Add-on for [Home Assistant](https://www.home-assistant.io/) allows you to r

## Installation

Install by going to Settings -> Add-ons -> Add-on store -> ⁞ (Menu) -> Repositories -> Fill in the URL `https://github.com/mihsu81/addon-theengsgw` -> Add.
Install by going to Settings -> Add-ons -> Add-on store -> ⁞ (Menu) -> Repositories -> Fill in the URL `https://github.com/theengs/HA-addon` -> Add.

## Documentation

See [DOCS.md](https://github.com/mihsu81/addon-theengsgw/blob/main/theengsgateway/DOCS.md).
See [DOCS.md](https://github.com/theengs/HA-addon/blob/main/theengsgateway/DOCS.md).
9 changes: 5 additions & 4 deletions theengsgateway/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "TheengsGateway",
"version": "1.2.0",
"name": "TheengsGateway test",
"version": "1.3.0",
"slug": "theengsgw",
"description": "TheengsGateway HA Add-on",
"url": "https://github.com/mihsu81/addon-theengsgw",
"description": "TheengsGateway test HA Add-on",
"url": "https://github.com/theengs/HA-addon",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
Expand All @@ -12,6 +12,7 @@
"host_network": true,
"privileged": ["NET_ADMIN", "SYS_ADMIN"],
"host_dbus": true,
"services": "want",
"map": ["ssl:ro"],
"options": {
"MQTT_HOST": "localhost",
Expand Down

0 comments on commit 3cab47a

Please sign in to comment.