Namespaces | |
| api | |
| application_credentials | |
| climate | |
| config_flow | |
| const | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS = [Platform.CLIMATE] |
| SENZDataUpdateCoordinator | |
| UPDATE_INTERVAL = timedelta(seconds=30) | |
The nVent RAYCHEM SENZ integration.
| bool homeassistant.components.senz.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up SENZ from a config entry.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.senz.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 78 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| homeassistant.components.senz.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 29 of file __init__.py.
| list homeassistant.components.senz.PLATFORMS = [Platform.CLIMATE] |
Definition at line 31 of file __init__.py.
| homeassistant.components.senz.SENZDataUpdateCoordinator |
Definition at line 33 of file __init__.py.
| homeassistant.components.senz.UPDATE_INTERVAL = timedelta(seconds=30) |
Definition at line 25 of file __init__.py.