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:
sudoxnym 2024-09-12 08:48:08 -06:00 committed by GitHub
commit 8310b8b822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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> 2. Settings wheel in top right > Services > Automation</br>
3. MQTT</br> 3. MQTT</br>
&nbsp;&nbsp;3a. URL &nbsp;&nbsp;3a. URL
<pre>(tcp/ssl)://(MQTT User):(MQTT Pass)@(HA URL):(port)</pre> <pre>(tcp/ssl)://[username][:password]@host.domain[:port]</pre>
&nbsp;&nbsp;3b. Topic > something recognizable. You need this exact topic in HA Integration Config.</br> &nbsp;&nbsp;3b. Topic > something recognizable. You need this exact topic in HA Integration Config.</br>
&nbsp;&nbsp;3c. Client ID > I set the same, not sure if it should be, but it works.</br> &nbsp;&nbsp;3c. Client ID > I set the same, not sure if it should be, but it works.</br>
&nbsp;&nbsp;3d. Test > Wait for "Success" toast message</br> &nbsp;&nbsp;3d. Test > Wait for "Success" toast message</br>