Namespaces | |
| config_flow | |
| const | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | async_update_options (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SWITCH] |
The kmtronic integration.
| bool homeassistant.components.kmtronic.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up kmtronic from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.kmtronic.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 73 of file __init__.py.
| None homeassistant.components.kmtronic.async_update_options | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Update options.
Definition at line 68 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.
| list homeassistant.components.kmtronic.PLATFORMS = [Platform.SWITCH] |
Definition at line 19 of file __init__.py.