Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.screenlogic Namespace Reference

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
 

Detailed Description

The Screenlogic integration.

Function Documentation

◆ _async_migrate_entries()

None homeassistant.components.screenlogic._async_migrate_entries ( HomeAssistant  hass,
ScreenLogicConfigEntry   config_entry 
)
private
Migrate to new entity names.

Definition at line 103 of file __init__.py.

◆ async_setup()

bool homeassistant.components.screenlogic.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up Screenlogic.

Definition at line 47 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.screenlogic.async_unload_entry ( HomeAssistant  hass,
ScreenLogicConfigEntry   entry 
)
Unload a config entry.

Definition at line 85 of file __init__.py.

◆ async_update_listener()

None homeassistant.components.screenlogic.async_update_listener ( HomeAssistant  hass,
ScreenLogicConfigEntry   entry 
)
Handle options update.

Definition at line 96 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.screenlogic._LOGGER = logging.getLogger(__name__)
private

Definition at line 26 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.screenlogic.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 44 of file __init__.py.

◆ HEATER_COOLDOWN_DELAY

int homeassistant.components.screenlogic.HEATER_COOLDOWN_DELAY = 6

Definition at line 30 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.screenlogic.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.CLIMATE,
4  Platform.LIGHT,
5  Platform.NUMBER,
6  Platform.SENSOR,
7  Platform.SWITCH,
8 ]

Definition at line 35 of file __init__.py.

◆ PRIMARY_CIRCUIT_IDS

list homeassistant.components.screenlogic.PRIMARY_CIRCUIT_IDS = [500, 505]

Definition at line 33 of file __init__.py.

◆ REQUEST_REFRESH_DELAY

int homeassistant.components.screenlogic.REQUEST_REFRESH_DELAY = 2

Definition at line 29 of file __init__.py.

◆ ScreenLogicConfigEntry

homeassistant.components.screenlogic.ScreenLogicConfigEntry

Definition at line 23 of file __init__.py.