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

Namespaces

 binary_sensor
 
 climate
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 number
 
 scene
 
 sensor
 
 switch
 
 types
 
 util
 

Functions

bool async_migrate_entry (HomeAssistant hass, NexiaConfigEntry entry)
 
bool async_remove_config_entry_device (HomeAssistant hass, NexiaConfigEntry entry, dr.DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, NexiaConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, NexiaConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Nexia / Trane XL Thermostats.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.nexia.async_migrate_entry ( HomeAssistant  hass,
NexiaConfigEntry  entry 
)
Migrate entry.

Definition at line 91 of file __init__.py.

◆ async_remove_config_entry_device()

bool homeassistant.components.nexia.async_remove_config_entry_device ( HomeAssistant  hass,
NexiaConfigEntry  entry,
dr.DeviceEntry   device_entry 
)
Remove a nexia config entry from a device.

Definition at line 74 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.nexia.async_setup_entry ( HomeAssistant  hass,
NexiaConfigEntry  entry 
)
Configure the base Nexia device for Home Assistant.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.nexia.async_unload_entry ( HomeAssistant  hass,
NexiaConfigEntry  entry 
)
Unload a config entry.

Definition at line 69 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nexia._LOGGER = logging.getLogger(__name__)
private

Definition at line 21 of file __init__.py.