From b3c7e5ef181392adae3dccf8d3d1a94eca62c4eb Mon Sep 17 00:00:00 2001
From: sudoxnym <76703581+sudoxnym@users.noreply.github.com>
Date: Tue, 14 May 2024 20:53:26 -0600
Subject: [PATCH] Update README.md
0.0.4
---
README.md | 25 +++++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 38553c7..c972df0 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
[](https://hacs.xyz/docs/faq/custom_repositories)
SAAS - Sleep As Android Status
-Description:
-Sleep As Android Status is my solution for wake/sleep state within HA. It listens for the Sleep As Android MQTT Messages, so it does require being on the same network.
+Description:
+Sleep As Android Status is my solution for wake/sleep state within HA. It listens for the Sleep As Android MQTT Messages, so it does require being on the same network. As of 0.0.4 Buttons that link with the Companion app have been added.
-When finished this integration will create 7 entities and 1 device per user:
+This integration will create 8 Sensors, 8 Buttons and 1 device per user:
+
+Sensors
Message Received *State
Wake Status
Sound
@@ -11,6 +13,20 @@ Disturbance
Alarm
Lullaby
Sleep Tracking
+Sleep Statge
+
+Buttons
+Alarm Dismiss
+Alarm Snooze
+Lullaby Stop
+Sleep Tracking Pause
+Sleep Tracking Resum
+Sleep Tracking Start
+Sleep Tracking Start with Optimal Alarm
+Sleep Tracking Stop
+
+
+
This should intelligently and dynamically allow for state changes in the Wake Status Sensor.
@@ -36,7 +52,8 @@ This should intelligently and dynamically allow for state changes in the Wake St
Awake Duration: This is for tuning. Time in seconds in which awake states = true to indicate awake. Sensor usually updates within 30 seconds or so after the duration, not entirely sure why the delay.
Asleep Duration: This is for tuning. Time in seconds in which sleep states = true to indicate asleep Sensor usually updates within 30 seconds or so after the duration, not entirely sure why the delay.
Awake States: States to indicate being awake
- Asleep States: States to indicate being asleep
+ Asleep States: States to indicate being asleep
+ Mobile App: Target for buttons
Please report any issues.
This is my first integration.