Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.withings.WithingsData
 
class  homeassistant.components.withings.WithingsWebhookManager
 

Namespaces

 homeassistant.components.withings
 

Functions

str homeassistant.components.withings._async_cloudhook_generate_url (HomeAssistant hass, WithingsConfigEntry entry)
 
None homeassistant.components.withings.async_remove_entry (HomeAssistant hass, WithingsConfigEntry entry)
 
bool homeassistant.components.withings.async_setup_entry (HomeAssistant hass, WithingsConfigEntry entry)
 
None homeassistant.components.withings.async_subscribe_webhooks (WithingsClient client, str webhook_url)
 
bool homeassistant.components.withings.async_unload_entry (HomeAssistant hass, WithingsConfigEntry entry)
 
None homeassistant.components.withings.async_unsubscribe_webhooks (WithingsClient client)
 
Callable[[HomeAssistant, str, Request], Awaitable[Response|None]] homeassistant.components.withings.get_webhook_handler (WithingsData withings_data)
 
Response homeassistant.components.withings.json_message_response (str message, int message_code)
 

Variables

string homeassistant.components.withings.CONF_CLOUDHOOK_URL = "cloudhook_url"
 
list homeassistant.components.withings.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CALENDAR, Platform.SENSOR]
 
 homeassistant.components.withings.SUBSCRIBE_DELAY = timedelta(seconds=5)
 
 homeassistant.components.withings.UNSUBSCRIBE_DELAY = timedelta(seconds=1)
 
 homeassistant.components.withings.WithingsConfigEntry