Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.screenlogic
 

Functions

None homeassistant.components.screenlogic._async_migrate_entries (HomeAssistant hass, ScreenLogicConfigEntry config_entry)
 
bool homeassistant.components.screenlogic.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.screenlogic.async_setup_entry (HomeAssistant hass, ScreenLogicConfigEntry entry)
 
bool homeassistant.components.screenlogic.async_unload_entry (HomeAssistant hass, ScreenLogicConfigEntry entry)
 
None homeassistant.components.screenlogic.async_update_listener (HomeAssistant hass, ScreenLogicConfigEntry entry)
 

Variables

 homeassistant.components.screenlogic._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.screenlogic.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 
int homeassistant.components.screenlogic.HEATER_COOLDOWN_DELAY = 6
 
list homeassistant.components.screenlogic.PLATFORMS
 
list homeassistant.components.screenlogic.PRIMARY_CIRCUIT_IDS = [500, 505]
 
int homeassistant.components.screenlogic.REQUEST_REFRESH_DELAY = 2
 
 homeassistant.components.screenlogic.ScreenLogicConfigEntry