Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.switch_as_x
 

Functions

str|None homeassistant.components.switch_as_x.async_add_to_device (HomeAssistant hass, ConfigEntry entry, str entity_id)
 
bool homeassistant.components.switch_as_x.async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
None homeassistant.components.switch_as_x.async_remove_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.switch_as_x.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.switch_as_x.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.switch_as_x.config_entry_update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

list homeassistant.components.switch_as_x.__all__ = ["LightSwitch"]
 
 homeassistant.components.switch_as_x._LOGGER = logging.getLogger(__name__)