diff --git a/README.md b/README.md index 5510541..c44e8e6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ There are a few services you can use on the <..>_bed_temperature entities: - Dismisses an _upcoming_ alarm on a <..>_bed_temperature entity. - **Start Away Mode** - Turns on away mode for an 8 sleep side. Input entity must be a <..>_bed_temperature entity. - - To stop away mode call the *Set Bed Side* service, and select the appropriate side and <..>_bed_temperature entity. +- **Stop Away Mode** + - Turns off away mode for an 8 sleep side. Input entity must be a <..>_bed_temperature entity. - **Prime Pod** - Will start the bed priming. Input entity must be a <..>_bed_temperature entity. The user side that calls this service is the one that will be notified when it is finished. - **Set Bed Side** diff --git a/custom_components/eight_sleep/manifest.json b/custom_components/eight_sleep/manifest.json index 80ce6cc..aee7007 100644 --- a/custom_components/eight_sleep/manifest.json +++ b/custom_components/eight_sleep/manifest.json @@ -9,6 +9,6 @@ "issue_tracker": "https://github.com/lukas-clarke/eight_sleep/issues", "loggers": ["pyEight"], "requirements": ["httpx", "aiohttp"], - "version": "1.0.14" + "version": "1.0.15" } \ No newline at end of file