mirror of
https://github.com/sudoxnym/sleepd.git
synced 2026-04-14 03:26:53 +00:00
Merge pull request #2 from VilkkuKoo/patch-1
Changed the url under "sleep as android" to the same that is in the app
This commit is contained in:
commit
8310b8b822
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ awk -F ", " '{print $17}' | grep authKey | tail -1 | awk -F "=" '{print $2}'</pr
|
|||
2. Settings wheel in top right > Services > Automation</br>
|
||||
3. MQTT</br>
|
||||
3a. URL
|
||||
<pre>(tcp/ssl)://(MQTT User):(MQTT Pass)@(HA URL):(port)</pre>
|
||||
<pre>(tcp/ssl)://[username][:password]@host.domain[:port]</pre>
|
||||
3b. Topic > something recognizable. You need this exact topic in HA Integration Config.</br>
|
||||
3c. Client ID > I set the same, not sure if it should be, but it works.</br>
|
||||
3d. Test > Wait for "Success" toast message</br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue