From e4b0fa037532d2d32172a7f7efedd57caea2b432 Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:43:57 -0600 Subject: [PATCH] docs: document next alarm sensor --- README.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 82b2a12..e738dae 100644 --- a/README.md +++ b/README.md @@ -22,18 +22,20 @@ sleep as android status is my solution for wake/sleep state within HA. it listen
this should intelligently and dynamically allow for state changes in the wake status sensor.
+ +| Sensor | Description | +| ------ | ----------- | +| message received | shows the last raw MQTT event payload | +| wake status | indicates awake or asleep based on your sleep stage | +| sound | snore, talk, cough, and other sound events | +| disturbance | reports apnea and antisnoring events | +| **next alarm** | upcoming alarm time and label; stores the last ten alarms in attributes | +| alarm | alarm related events such as snooze or dismiss | +| lullaby | lullaby status | +| sleep tracking | whether sleep tracking is active or paused | +| sleep stage | current sleep stage from Sleep As Android | + +the wake status sensor adjusts automatically based on the defined awake and asleep states.