Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Yeelight support (expose more properties, add support for sec…
…ondary lights) (#1035) * Add all yeelight properties from documentation * Add new property to DummyLight init * Cast delay_off to int * Replase data with a dictionary * add YeelightSubLight class * Using __repr__ to fix cl output, fix tests. * return params for base lamp to YeelightStatus * Improve comand line output - YeelightSubLight was inherited from the DeviceStatus - added cli_format_lights property * use cli_format function for output * Show color mode name * Added more devices and properties to test * Add common tests * SIM119 was added to flake8 Ignore
- Loading branch information