mirror of
https://github.com/elisspace/core.git
synced 2026-09-01 00:44:04 +00:00
* Add mochad light component This commit adds a new component to control x10 dimmers/lights with mochad. * Create comm_type and address constants The comm_type and address conf constants are shared between all mochad devices because they are required information used for configuring a device. This commit moves the definition into const.py so they're consistent between all component types.