Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.ebusd.EbusdData
 

Namespaces

 homeassistant.components.ebusd
 

Functions

bool homeassistant.components.ebusd.setup (HomeAssistant hass, ConfigType config)
 
def homeassistant.components.ebusd.verify_ebusd_config (config)
 

Variables

 homeassistant.components.ebusd._LOGGER = logging.getLogger(__name__)
 
int homeassistant.components.ebusd.CACHE_TTL = 900
 
string homeassistant.components.ebusd.CONF_CIRCUIT = "circuit"
 
 homeassistant.components.ebusd.CONFIG_SCHEMA
 
string homeassistant.components.ebusd.DEFAULT_NAME = "ebusd"
 
int homeassistant.components.ebusd.DEFAULT_PORT = 8888
 
string homeassistant.components.ebusd.SERVICE_EBUSD_WRITE = "ebusd_write"