mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
5a46f5a483
commit
f0cae68a05
@ -14,6 +14,7 @@ ha_domain: withings
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- sensor
|
- sensor
|
||||||
|
- calendar
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -55,5 +56,16 @@ Withings will validate (with HTTP HEAD) these requirements each time you save yo
|
|||||||
|
|
||||||
## Data updates
|
## 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user