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) |
The StarLine component.
| 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.
| 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.
| bool homeassistant.components.starline.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 95 of file __init__.py.