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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 diagnostics
 
 entity
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, PegelOnlineConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 PegelOnlineConfigEntry
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The PEGELONLINE component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.pegel_online.async_setup_entry ( HomeAssistant  hass,
PegelOnlineConfigEntry  entry 
)
Set up PEGELONLINE entry.

Definition at line 24 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.pegel_online.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload PEGELONLINE entry.

Definition at line 44 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file __init__.py.

◆ PegelOnlineConfigEntry

homeassistant.components.pegel_online.PegelOnlineConfigEntry

Definition at line 21 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.pegel_online.PLATFORMS = [Platform.SENSOR]

Definition at line 19 of file __init__.py.