Addition of sensors for all API endpoints, including: activity, bedtime, heart rate, readiness, sessions, sleep, sleep periods sleep score, workouts. Fixes #10 #14 #19 #20 #21 #22 - Partilally fixes #18
More configuration options for each of the sensor. Fixes #24
Warning: This version includes breaking changes. To note a few of the most important:
Configuration users Personal Tokens and no longer supports or accepts OAuth. This should allow for simpler configuration, though.
Legacy sleep sensor is now under sleep. Most variables are still there, but some have changed or moved to other sensors. This has been done following the changes of the API. For example, sleep score is now on the sleep score sensor instead of the sleep sensor. You may need to rewrite some of your views or derived template sensors.
This is a new version of this custom component.
Summary of changes include:
Warning: This version includes breaking changes. To note a few of the most important:
sleep
. Most variables are still there, but some have changed or moved to other sensors. This has been done following the changes of the API. For example, sleep score is now on the sleep score sensor instead of the sleep sensor. You may need to rewrite some of your views or derived template sensors.For more information, refer to the README file.