Classes | |
| class | KNXModule |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry) |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | async_update_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| Final | |
Support KNX devices.
| bool homeassistant.components.knx.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 241 of file __init__.py.
| None homeassistant.components.knx.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove a config entry.
Definition at line 221 of file __init__.py.
| bool homeassistant.components.knx.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Start the KNX integration.
Definition at line 134 of file __init__.py.
| bool homeassistant.components.knx.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Load a config entry.
Definition at line 144 of file __init__.py.
| bool homeassistant.components.knx.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unloading the KNX platforms.
Definition at line 186 of file __init__.py.
| None homeassistant.components.knx.async_update_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Update a given config entry.
Definition at line 216 of file __init__.py.
|
private |
Definition at line 98 of file __init__.py.
| homeassistant.components.knx.CONFIG_SCHEMA |
Definition at line 102 of file __init__.py.
| homeassistant.components.knx.Final |
Definition at line 100 of file __init__.py.