docs: document next alarm sensor

This commit is contained in:
sudoxnym 2025-06-28 22:43:57 -06:00
parent 45767967a4
commit e4b0fa0375

View file

@ -22,18 +22,20 @@ sleep as android status is my solution for wake/sleep state within HA. it listen
<li> <li>
<details> <details>
<summary><strong>📡 9 sensors</strong></summary> <summary><strong>📡 9 sensors</strong></summary>
<ul>
<li>message received *state*</li> | Sensor | Description |
<li>wake status</li> | ------ | ----------- |
<li>sound</li> | message received | shows the last raw MQTT event payload |
<li>disturbance</li> | wake status | indicates awake or asleep based on your sleep stage |
<li>next alarm</li> | sound | snore, talk, cough, and other sound events |
<li>alarm</li> | disturbance | reports apnea and antisnoring events |
<li>lullaby</li> | **next alarm** | upcoming alarm time and label; stores the last ten alarms in attributes |
<li>sleep tracking</li> | alarm | alarm related events such as snooze or dismiss |
<li>sleep stage</li> | lullaby | lullaby status |
</ul> | sleep tracking | whether sleep tracking is active or paused |
<p>this should intelligently and dynamically allow for state changes in the wake status sensor.</p> | sleep stage | current sleep stage from Sleep As Android |
<p>the wake status sensor adjusts automatically based on the defined awake and asleep states.</p>
</details> </details>
</li> </li>
<li> <li>
@ -168,6 +170,11 @@ sqlite3 origin_db_1234567890 "SELECT AUTHKEY FROM DEVICE;"
<details> <details>
<summary><strong>📦 changes</strong></summary> <summary><strong>📦 changes</strong></summary>
<b>0.2.2</b>
<ul>
<li>added Next Alarm sensor with alarm label tracking</li>
<li>stores up to ten previous alarms in sensor attributes</li>
</ul>
<b>0.2.1</b> <b>0.2.1</b>
<ul> <ul>
<li>fixed manifest error preventing config setup</li> <li>fixed manifest error preventing config setup</li>