diff --git a/README.md b/README.md index b278fc1..780014d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ Thanks to [ha-plejd](https://github.com/klali/ha-plejd) for inspiration. Disclaimer: 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 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. * 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 You need to add the following to your `configuration.yaml` file: ``` diff --git a/plejd/README.md b/plejd/README.md index 2fbbb96..ea4a8a3 100644 --- a/plejd/README.md +++ b/plejd/README.md @@ -55,7 +55,6 @@ mqtt: broker: [point to your broker IP] username: [username of mqtt broker] password: !secret mqtt_password - client_id: mqtt discovery: true discovery_prefix: homeassistant birth_message: diff --git a/plejd/config.json b/plejd/config.json index 33cf466..265eb0a 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -32,4 +32,4 @@ "mqttPassword": "str", "includeRoomsAsLights": "bool" } -} \ No newline at end of file +}