Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.hlk_sw16
 

Functions

bool homeassistant.components.hlk_sw16.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.hlk_sw16.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.hlk_sw16.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.hlk_sw16._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.hlk_sw16.CONFIG_SCHEMA
 
string homeassistant.components.hlk_sw16.DATA_DEVICE_LISTENER = "hlk_sw16_device_listener"
 
string homeassistant.components.hlk_sw16.DATA_DEVICE_REGISTER = "hlk_sw16_device_register"
 
list homeassistant.components.hlk_sw16.PLATFORMS = [Platform.SWITCH]
 
 homeassistant.components.hlk_sw16.RELAY_ID
 
 homeassistant.components.hlk_sw16.SWITCH_SCHEMA = vol.Schema({vol.Optional(CONF_NAME): cv.string})