Update README.md

0.0.4
This commit is contained in:
sudoxnym 2024-05-14 20:53:26 -06:00 committed by GitHub
parent e0cdda5a24
commit b3c7e5ef18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,11 @@
[![Add to HACS](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge&logo=home%20assistant&labelColor=202020&color=41BDF5)](https://hacs.xyz/docs/faq/custom_repositories)<br> [![Add to HACS](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge&logo=home%20assistant&labelColor=202020&color=41BDF5)](https://hacs.xyz/docs/faq/custom_repositories)<br>
<h1>SAAS - Sleep As Android Status</h1> <h1>SAAS - Sleep As Android Status</h1>
<h4>Description:</h4></br> <h2>Description:</h2></br>
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.</br></br> 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.</br></br>
<h7>When finished this integration will create 7 entities and 1 device per user:</h7></br></br> <h3>This integration will create 8 Sensors, 8 Buttons and 1 device per user:</h3></br>
<h3>Sensors</h3>
Message Received *State</br> Message Received *State</br>
Wake Status</br> Wake Status</br>
Sound</br> Sound</br>
@ -11,6 +13,20 @@ Disturbance</br>
Alarm</br> Alarm</br>
Lullaby</br> Lullaby</br>
Sleep Tracking</br> Sleep Tracking</br>
Sleep Statge</br>
<h3>Buttons</h3>
Alarm Dismiss</br>
Alarm Snooze</br>
Lullaby Stop</br>
Sleep Tracking Pause</br>
Sleep Tracking Resum</br>
Sleep Tracking Start</br>
Sleep Tracking Start with Optimal Alarm</br>
Sleep Tracking Stop</br>
This should intelligently and dynamically allow for state changes in the Wake Status Sensor.</br></br> This should intelligently and dynamically allow for state changes in the Wake Status Sensor.</br></br>
@ -36,7 +52,8 @@ This should intelligently and dynamically allow for state changes in the Wake St
&nbsp;&nbsp;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.</br> &nbsp;&nbsp;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.</br>
&nbsp;&nbsp;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.</br> &nbsp;&nbsp;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.</br>
&nbsp;&nbsp;Awake States: States to indicate being awake</br> &nbsp;&nbsp;Awake States: States to indicate being awake</br>
&nbsp;&nbsp;Asleep States: States to indicate being asleep</br></br> &nbsp;&nbsp;Asleep States: States to indicate being asleep</br>
&nbsp;&nbsp;Mobile App: Target for buttons </br></br>
Please report any issues.</br> Please report any issues.</br>
This is my first integration. This is my first integration.