Namespaces | |
| config_flow | |
| const | |
| sensor | |
| utils | |
Classes | |
| class | KrakenData |
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) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | CALL_RATE_LIMIT_SLEEP = 1 |
| list | PLATFORMS = [Platform.SENSOR] |
The kraken integration.
| None homeassistant.components.kraken.async_options_updated | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Triggered by config entry options updates.
Definition at line 156 of file __init__.py.
| bool homeassistant.components.kraken.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up kraken from a config entry.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.kraken.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 45 of file __init__.py.
|
private |
Definition at line 32 of file __init__.py.
| int homeassistant.components.kraken.CALL_RATE_LIMIT_SLEEP = 1 |
Definition at line 28 of file __init__.py.
| list homeassistant.components.kraken.PLATFORMS = [Platform.SENSOR] |
Definition at line 30 of file __init__.py.