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

Namespaces

 account
 
 binary_sensor
 
 button
 
 config_flow
 
 const
 
 device_tracker
 
 entity
 
 lock
 
 sensor
 
 switch
 

Functions

None async_options_updated (HomeAssistant hass, ConfigEntry config_entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 

Detailed Description

The StarLine component.

Function Documentation

◆ async_options_updated()

None homeassistant.components.starline.async_options_updated ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Triggered by config entry options updates.

Definition at line 106 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.starline.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up the StarLine device from a config entry.

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.starline.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload a config entry.

Definition at line 95 of file __init__.py.