Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| data | |
| diagnostics | |
| entity | |
| light | |
| number | |
| sensor | |
| services | |
| switch | |
| types | |
| util | |
Functions | |
| None | _async_migrate_entries (HomeAssistant hass, ScreenLogicConfigEntry config_entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ScreenLogicConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ScreenLogicConfigEntry entry) |
| None | async_update_listener (HomeAssistant hass, ScreenLogicConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| int | HEATER_COOLDOWN_DELAY = 6 |
| list | PLATFORMS |
| list | PRIMARY_CIRCUIT_IDS = [500, 505] |
| int | REQUEST_REFRESH_DELAY = 2 |
| ScreenLogicConfigEntry | |
The Screenlogic integration.
|
private |
Migrate to new entity names.
Definition at line 103 of file __init__.py.
| bool homeassistant.components.screenlogic.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Screenlogic.
Definition at line 47 of file __init__.py.
| bool homeassistant.components.screenlogic.async_setup_entry | ( | HomeAssistant | hass, |
| ScreenLogicConfigEntry | entry | ||
| ) |
Set up Screenlogic from a config entry.
Definition at line 55 of file __init__.py.
| bool homeassistant.components.screenlogic.async_unload_entry | ( | HomeAssistant | hass, |
| ScreenLogicConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 85 of file __init__.py.
| None homeassistant.components.screenlogic.async_update_listener | ( | HomeAssistant | hass, |
| ScreenLogicConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 96 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| homeassistant.components.screenlogic.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 44 of file __init__.py.
| int homeassistant.components.screenlogic.HEATER_COOLDOWN_DELAY = 6 |
Definition at line 30 of file __init__.py.
| list homeassistant.components.screenlogic.PLATFORMS |
Definition at line 35 of file __init__.py.
| list homeassistant.components.screenlogic.PRIMARY_CIRCUIT_IDS = [500, 505] |
Definition at line 33 of file __init__.py.
| int homeassistant.components.screenlogic.REQUEST_REFRESH_DELAY = 2 |
Definition at line 29 of file __init__.py.
| homeassistant.components.screenlogic.ScreenLogicConfigEntry |
Definition at line 23 of file __init__.py.