diff --git a/source/_integrations/withings.markdown b/source/_integrations/withings.markdown index 1ec754681fd..af7ac4b3e93 100644 --- a/source/_integrations/withings.markdown +++ b/source/_integrations/withings.markdown @@ -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. +