mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-25 03:06:00 +01: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.