Update README.md

This commit is contained in:
sudoxnym 2025-05-05 09:03:04 -06:00 committed by GitHub
parent 6de713d0c6
commit 359dd530fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ sleep as android status is my solution for wake/sleep state within HA. it listen
</li> </li>
<li> <li>
<details> <details>
<summary><strong>🎛️ 8 buttons</strong></summary> <summary><strong>🎛️ 8 buttons *only if mobile_app selected</strong></summary>
<ul> <ul>
<li>alarm dismiss</li> <li>alarm dismiss</li>
<li>alarm snooze</li> <li>alarm snooze</li>
@ -99,13 +99,12 @@ data:
<h2>⚙️ configuration:</h2> <h2>⚙️ configuration:</h2>
<ul> <ul>
<li>name: name of user</li> <li>name: name of user</li>
<li>topic: MQTT topic from Sleep As Android</li> <li>topic: MQTT topic from Sleep As Android *MUST MATCH*</li>
<li>qos: quality of service</li>
<li>awake duration: time in seconds in which awake states = true to indicate awake. <b>fixed</b></li> <li>awake duration: time in seconds in which awake states = true to indicate awake. <b>fixed</b></li>
<li>asleep duration: time in seconds in which sleep states = true to indicate asleep. <b>fixed</b></li> <li>asleep duration: time in seconds in which sleep states = true to indicate asleep. <b>fixed</b></li>
<li>awake states: states to indicate being awake</li> <li>awake states: states to indicate being awake</li>
<li>asleep states: states to indicate being asleep</li> <li>asleep states: states to indicate being asleep</li>
<li>mobile app: target for buttons <b>requires companion app</b></li> <li>mobile app: target for buttons <b>requires companion app *OPTIONAL: REQUIRES COMPANION APP*</b></li>
</ul> </ul>
<details> <details>