Skip to content

Commit

Permalink
Merge pull request #48 from lukas-clarke/update-readme-for-stop-away-…
Browse files Browse the repository at this point in the history
…mode

Updating readme and release version
  • Loading branch information
lukas-clarke authored Aug 20, 2024
2 parents 84a180c + 8ba7f2f commit d0bc003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion custom_components/eight_sleep/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

0 comments on commit d0bc003

Please sign in to comment.