From 3c63f92ad25fe45ccb0c94606a28f27163e43640 Mon Sep 17 00:00:00 2001 From: sudoxnym <76703581+sudoxnym@users.noreply.github.com> Date: Thu, 16 May 2024 20:03:13 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfda808..fa75f2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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.

This integration works best with a Xioami MiBand (7 or older) mixed with the Notify app and Sleep As Android configured.

-

This integration will create 8 Sensors, 8 Buttons and 1 device per user:


+

This integration will create 8 Sensors, 8 Buttons, 1 service, and 1 device per user:


Sensors

Message Received *State
@@ -26,6 +26,17 @@ Sleep Tracking Start
Sleep Tracking Start with Optimal Alarm
Sleep Tracking Stop
+

Service

+Set alarm service
+
+service: saas.saas_example_alarm_set
+data:
+  message: Example Message!
+  day: monday
+  hour: 7
+  minute: 30
+
+