Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.homematic
 

Functions

def homeassistant.components.homematic._create_ha_id (name, channel, param, count)
 
def homeassistant.components.homematic._device_from_servicecall (hass, service)
 
def homeassistant.components.homematic._get_devices (hass, discovery_type, keys, interface)
 
def homeassistant.components.homematic._hm_event_handler (hass, interface, device, caller, attribute, value)
 
def homeassistant.components.homematic._system_callback_handler (hass, config, src, *args)
 
bool homeassistant.components.homematic.setup (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.homematic._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.homematic.CONFIG_SCHEMA
 
int homeassistant.components.homematic.DEFAULT_CHANNEL = 1
 
int homeassistant.components.homematic.DEFAULT_JSONPORT = 80
 
string homeassistant.components.homematic.DEFAULT_LOCAL_IP = "0.0.0.0"
 
int homeassistant.components.homematic.DEFAULT_LOCAL_PORT = 0
 
string homeassistant.components.homematic.DEFAULT_PASSWORD = ""
 
string homeassistant.components.homematic.DEFAULT_PATH = ""
 
int homeassistant.components.homematic.DEFAULT_PORT = 2001
 
bool homeassistant.components.homematic.DEFAULT_RESOLVENAMES = False
 
bool homeassistant.components.homematic.DEFAULT_SSL = False
 
string homeassistant.components.homematic.DEFAULT_USERNAME = "Admin"
 
bool homeassistant.components.homematic.DEFAULT_VERIFY_SSL = False
 
 homeassistant.components.homematic.DEVICE_SCHEMA
 
 homeassistant.components.homematic.SCHEMA_SERVICE_PUT_PARAMSET
 
 homeassistant.components.homematic.SCHEMA_SERVICE_RECONNECT = vol.Schema({})
 
 homeassistant.components.homematic.SCHEMA_SERVICE_SET_DEVICE_VALUE
 
 homeassistant.components.homematic.SCHEMA_SERVICE_SET_INSTALL_MODE
 
 homeassistant.components.homematic.SCHEMA_SERVICE_SET_VARIABLE_VALUE
 
 homeassistant.components.homematic.SCHEMA_SERVICE_VIRTUALKEY