This commit is contained in:
Marcus Westin 2020-01-08 17:03:36 +01:00
commit 8bb8d1ffe4
3 changed files with 12 additions and 2 deletions

View file

@ -9,6 +9,9 @@ Thanks to [ha-plejd](https://github.com/klali/ha-plejd) for inspiration.
Disclaimer: Disclaimer:
I am in no way affiliated with Plejd and am solely doing this as a hobby project. I am in no way affiliated with Plejd and am solely doing this as a hobby project.
**Did you like this? Consider helping me continue the development:**
[Buy me a coffee](https://www.buymeacoffee.com/w1ANTUb)
## Getting started ## Getting started
To get started, make sure that the following requirements are met: To get started, make sure that the following requirements are met:
@ -48,6 +51,14 @@ Browse your Hass.io installation using a tool that allows you to manage files, f
* A new Local Add-on should appear named Plejd. Open that and install. * A new Local Add-on should appear named Plejd. Open that and install.
* Enjoy! * Enjoy!
### NOTE
When starting the add-on, the log displays this message:
```
parse error: Expected string key before ':' at line 1, column 4
[08:56:24] ERROR: Unknown HTTP error occured
```
However, the add-on still works as expected and this is something I'm looking into, but not with that much effort yet though.
### Configuration ### Configuration
You need to add the following to your `configuration.yaml` file: You need to add the following to your `configuration.yaml` file:
``` ```

View file

@ -55,7 +55,6 @@ mqtt:
broker: [point to your broker IP] broker: [point to your broker IP]
username: [username of mqtt broker] username: [username of mqtt broker]
password: !secret mqtt_password password: !secret mqtt_password
client_id: mqtt
discovery: true discovery: true
discovery_prefix: homeassistant discovery_prefix: homeassistant
birth_message: birth_message:

View file

@ -32,4 +32,4 @@
"mqttPassword": "str", "mqttPassword": "str",
"includeRoomsAsLights": "bool" "includeRoomsAsLights": "bool"
} }
} }