diff --git a/README.md b/README.md
index ea25265..9e207b2 100644
--- a/README.md
+++ b/README.md
@@ -13,57 +13,70 @@ Sleep As Android Status is my solution for wake/sleep state within HA. It listen
๐ก This integration works best with a Xioami MiBand (7 or older) mixed with the Notify app and Sleep As Android configured.
-โ
Known working:
-
- - ๐ Xioami Mi Band 7
- - ๐ Xioami Mi Band 8 and 9 may work, but they have a different os that jumps through hoops to work.
- - โ Garmin Fenix 7X with Garmin Alternative, NOT the free one.
- - โ Xioami Amazfit GTR Mini, may require root, I am rooted so I just did what's in this guide but there may be alternative ways to get the key
-
-
๐งฑ This integration will create:
+
- - 8 Sensors
- - 8 Buttons
- - 1 Service
- - 1 Device per user
-
-
-๐ก Sensors
-
- - Message Received *State
- - Wake Status
- - Sound
- - Disturbance
- - Alarm
- - Lullaby
- - Sleep Tracking
- - Sleep Stage
-
-
-This should intelligently and dynamically allow for state changes in the Wake Status Sensor.
-
-๐๏ธ Buttons
-
- - Alarm Dismiss
- - Alarm Snooze
- - Lullaby Stop
- - Sleep Tracking Pause
- - Sleep Tracking Resume
- - Sleep Tracking Start
- - Sleep Tracking Start with Optimal Alarm
- - Sleep Tracking Stop
-
-
-๐ ๏ธ Service
-
+
+
+ ๐ก 8 Sensors
+
+ - Message Received *State
+ - Wake Status
+ - Sound
+ - Disturbance
+ - Alarm
+ - Lullaby
+ - Sleep Tracking
+ - Sleep Stage
+
+ This should intelligently and dynamically allow for state changes in the Wake Status Sensor.
+
+
+
+
+ ๐๏ธ 8 Buttons
+
+ - Alarm Dismiss
+ - Alarm Snooze
+ - Lullaby Stop
+ - Sleep Tracking Pause
+ - Sleep Tracking Resume
+ - Sleep Tracking Start
+ - Sleep Tracking Start with Optimal Alarm
+ - Sleep Tracking Stop
+
+
+
+
+
+ ๐ ๏ธ 1 Service
+
service: saas.saas_example_alarm_set
data:
message: Example Message!
day: monday
hour: 7
minute: 30
-
+
+
+
+
+
+ ๐ 1 Device per user
+ One HA device is created per configured user instance to link sensors, services, and buttons.
+
+
+
+
+
+ โ
Known working
+
+ - ๐ Xioami Mi Band 7
+ - ๐ Xioami Mi Band 8 and 9 may work, but they have a different OS that jumps through hoops to work.
+ - โ Garmin Fenix 7X with Garmin Alternative, NOT the free one.
+ - โ Xioami Amazfit GTR Mini โ may require root. I am rooted so I just did what's in this guide, but there may be alternative ways to get the key.
+
+
๐งช Installation:
@@ -150,29 +163,32 @@ sqlite3 origin_db_1234567890 "SELECT AUTHKEY FROM DEVICE;"
- Wearables > Xiaomi Mi Band > Test sensor
-๐ฆ Changes:
-0.0.6a
-
- - Initial Beta Release
- - Added persistent states
- - Alarm Event sensor attributes
-
+
+ ๐ฆ Changes
+ 0.0.6a
+
+ - Initial Beta Release
+ - Added persistent states
+ - Alarm Event sensor attributes
+
-0.1.0
-
- - Fixed Wake Status Timing
- - Bug fixes on Sound sensor
- - Accurate updates to AlarmEvent, Disturbance, Sound
- - Organized README
-
+ 0.1.0
+
+ - Fixed Wake Status Timing
+ - Bug fixes on Sound sensor
+ - Accurate updates to AlarmEvent, Disturbance, Sound
+ - Organized README
+
+
-๐จ Known issues:
-
+
+ ๐จ Known Issues
+
Logger: homeassistant.helpers.service
Source: /usr/src/homeassistant/homeassistant/helpers/service.py:708
Failed to load integration: saas
NoneType: None
-
-
-๐ฌ No known effects. Just an error message, everything works as expected.
-This is my first integration.
+
+ ๐ฌ No known effects. Just an error message, everything works as expected.
+ This is my first integration.
+