Merge branch 'master' into dev
This commit is contained in:
commit
39e9e7205b
3 changed files with 12 additions and 2 deletions
11
README.md
11
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:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -32,4 +32,4 @@
|
|||
"mqttPassword": "str",
|
||||
"includeRoomsAsLights": "bool"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue