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

Namespaces

 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry config)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config)
 

Variables

list PLATFORMS = [Platform.BINARY_SENSOR, Platform.CLIMATE, Platform.SENSOR]
 

Detailed Description

The venstar component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.venstar.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config 
)
Set up the Venstar thermostat.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.venstar.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config 
)
Unload the config and platforms.

Definition at line 54 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.venstar.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CLIMATE, Platform.SENSOR]

Definition at line 21 of file __init__.py.