Namespaces | |
| const | |
| sensor | |
Classes | |
| class | EbusdData |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
| def | verify_ebusd_config (config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | CACHE_TTL = 900 |
| string | CONF_CIRCUIT = "circuit" |
| CONFIG_SCHEMA | |
| string | DEFAULT_NAME = "ebusd" |
| int | DEFAULT_PORT = 8888 |
| string | SERVICE_EBUSD_WRITE = "ebusd_write" |
Support for Ebusd daemon for communication with eBUS heating systems.
| bool homeassistant.components.ebusd.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the eBusd component.
Definition at line 59 of file __init__.py.
| def homeassistant.components.ebusd.verify_ebusd_config | ( | config | ) |
Verify eBusd config.
Definition at line 31 of file __init__.py.
|
private |
Definition at line 22 of file __init__.py.
| int homeassistant.components.ebusd.CACHE_TTL = 900 |
Definition at line 27 of file __init__.py.
| string homeassistant.components.ebusd.CONF_CIRCUIT = "circuit" |
Definition at line 26 of file __init__.py.
| homeassistant.components.ebusd.CONFIG_SCHEMA |
Definition at line 40 of file __init__.py.
| string homeassistant.components.ebusd.DEFAULT_NAME = "ebusd" |
Definition at line 24 of file __init__.py.
| int homeassistant.components.ebusd.DEFAULT_PORT = 8888 |
Definition at line 25 of file __init__.py.
| string homeassistant.components.ebusd.SERVICE_EBUSD_WRITE = "ebusd_write" |
Definition at line 28 of file __init__.py.