2023.11 update for Withings (#29510)

* 2023.11 update for Withings

* Apply suggestions from code review

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update source/_integrations/withings.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* cosmetic tweak to kick the CI, which seams stuck

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Joost Lekkerkerker 2023-10-24 19:12:49 +02:00 committed by GitHub
parent 5a46f5a483
commit f0cae68a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ ha_domain: withings
ha_platforms:
- binary_sensor
- sensor
- calendar
ha_integration_type: integration
---
@ -55,5 +56,16 @@ Withings will validate (with HTTP HEAD) these requirements each time you save yo
## Data updates
The integration will automatically detect if you can use webhooks. This will enable the integration only to update when there is new data.
The integration automatically detects if you can use webhooks. This enables the integration only to update when there is new data.
The binary sensor for sleep will only work if the integration can establish webhooks with Withings.
## Available data
The integration provides several entities, some of which are dynamically enabled if data is available.
For example, measurement sensors like weight only work when data has been registered in the last 14 days. So if you start using a new device, for example, to measure your temperature or you manually update a value in the app, the sensor automatically appears.
Sleep sensors are only created if the integration can find sleep data for you within the last day.
Workout calendar and the workout and activity sensors show if the latest available data point is no older than 14 days.