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

Namespaces

 climate
 
 config_flow
 
 const
 
 names
 

Functions

bool _can_reach_device (BryantEvolutionLocalClient client)
 
bool async_setup_entry (HomeAssistant hass, BryantEvolutionConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, BryantEvolutionConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 BryantEvolutionConfigEntry
 
 BryantEvolutionLocalClients
 

Detailed Description

The Bryant Evolution integration.

Function Documentation

◆ _can_reach_device()

bool homeassistant.components.bryant_evolution._can_reach_device ( BryantEvolutionLocalClient  client)
private
Return whether we can reach the device at the given filename.

Definition at line 25 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.bryant_evolution.async_setup_entry ( HomeAssistant  hass,
BryantEvolutionConfigEntry   entry 
)
Set up Bryant Evolution from a config entry.

Definition at line 32 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.bryant_evolution.async_unload_entry ( HomeAssistant  hass,
BryantEvolutionConfigEntry   entry 
)
Unload a config entry.

Definition at line 80 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file __init__.py.

◆ BryantEvolutionConfigEntry

homeassistant.components.bryant_evolution.BryantEvolutionConfigEntry

Definition at line 21 of file __init__.py.

◆ BryantEvolutionLocalClients

homeassistant.components.bryant_evolution.BryantEvolutionLocalClients

Definition at line 20 of file __init__.py.