Namespaces | |
| light | |
| switch | |
Classes | |
| class | MochadCtrl |
Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_COMM_TYPE = "comm_type" |
| CONFIG_SCHEMA | |
| string | DOMAIN = "mochad" |
| REQ_LOCK = threading.Lock() | |
Support for CM15A/CM19A X10 Controller using mochad daemon.
| bool homeassistant.components.mochad.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the mochad component.
Definition at line 40 of file __init__.py.
|
private |
Definition at line 19 of file __init__.py.
| string homeassistant.components.mochad.CONF_COMM_TYPE = "comm_type" |
Definition at line 21 of file __init__.py.
| homeassistant.components.mochad.CONFIG_SCHEMA |
Definition at line 27 of file __init__.py.
| string homeassistant.components.mochad.DOMAIN = "mochad" |
Definition at line 23 of file __init__.py.
| homeassistant.components.mochad.REQ_LOCK = threading.Lock() |
Definition at line 25 of file __init__.py.