Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.system_bridge
 

Functions

bool homeassistant.components.system_bridge.async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
None homeassistant.components.system_bridge.async_reload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.system_bridge.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.system_bridge.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 homeassistant.components.system_bridge._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.system_bridge.CONF_BRIDGE = "bridge"
 
string homeassistant.components.system_bridge.CONF_KEY = "key"
 
string homeassistant.components.system_bridge.CONF_TEXT = "text"
 
list homeassistant.components.system_bridge.PLATFORMS
 
dictionary homeassistant.components.system_bridge.POWER_COMMAND_MAP
 
string homeassistant.components.system_bridge.SERVICE_GET_PROCESS_BY_ID = "get_process_by_id"
 
string homeassistant.components.system_bridge.SERVICE_GET_PROCESSES_BY_NAME = "get_processes_by_name"
 
string homeassistant.components.system_bridge.SERVICE_OPEN_PATH = "open_path"
 
string homeassistant.components.system_bridge.SERVICE_OPEN_URL = "open_url"
 
string homeassistant.components.system_bridge.SERVICE_POWER_COMMAND = "power_command"
 
string homeassistant.components.system_bridge.SERVICE_SEND_KEYPRESS = "send_keypress"
 
string homeassistant.components.system_bridge.SERVICE_SEND_TEXT = "send_text"