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

Namespaces

 binary_sensor
 
 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
 VersionConfigEntry
 

Detailed Description

The Version integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.version.async_setup_entry ( HomeAssistant  hass,
VersionConfigEntry  entry 
)
Set up the version integration from a config entry.

Definition at line 28 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.version.async_unload_entry ( HomeAssistant  hass,
VersionConfigEntry  entry 
)
Unload the config entry.

Definition at line 60 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file __init__.py.

◆ VersionConfigEntry

homeassistant.components.version.VersionConfigEntry

Definition at line 25 of file __init__.py.