Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.weheat Namespace Reference

Namespaces

 api
 
 application_credentials
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, WeheatConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, WeheatConfigEntry entry)
 

Variables

 WeheatConfigEntry
 

Detailed Description

The Weheat integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.weheat.async_setup_entry ( HomeAssistant  hass,
WeheatConfigEntry  entry 
)
Set up Weheat from a config entry.

Definition at line 25 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.weheat.async_unload_entry ( HomeAssistant  hass,
WeheatConfigEntry  entry 
)
Unload a config entry.

Definition at line 54 of file __init__.py.

Variable Documentation

◆ WeheatConfigEntry

homeassistant.components.weheat.WeheatConfigEntry

Definition at line 22 of file __init__.py.