1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00
Files
core/homeassistant/components/sensor
MartinHjelmare 6e8c79d531 Change refactor structure
* Make a flatter one level inheritance, with MySensorsLight as parent
	with four children, one per light type.
* Break out helper methods. One per plain light, dimmer and RGB/RGBW
	children and per update, turn_on and turn_off, nine in total. Put
	these in the parent.
* Call the helper methods as needed from the child methods update,
	turn_on and turn_off.
* Change name of MySensorsLightLight to MySensorsLightPlain.
* Fix module docstrings according to pep257.
* Change name of color util method from rgb_hex_to_list to
	rgb_hex_to_rgb_list.
* Add unit tests for rgb_hex_to_rgb_list.
2016-02-18 02:04:06 +01:00
..
2016-02-12 07:55:20 +01:00
2016-02-07 12:43:02 +01:00
2016-02-06 08:23:30 +01:00
2016-02-12 17:24:00 -05:00
2016-02-16 18:23:08 +01:00
2016-01-17 17:50:20 -08:00
2016-01-17 17:50:20 -08:00
2016-02-04 12:38:48 -07:00
2016-02-18 02:04:06 +01:00
2016-01-22 21:15:07 +01:00
2016-02-01 19:24:08 +01:00
2016-01-28 21:45:26 -08:00
2016-01-17 17:50:20 -08:00
2016-02-12 11:44:24 -05:00
2016-02-03 00:01:26 +01:00
2016-01-28 21:45:26 -08:00
2016-02-04 21:55:22 +01:00
2016-01-17 17:50:20 -08:00
2016-02-13 09:05:18 +01:00
2016-02-13 08:17:38 -08:00
2016-02-05 13:08:17 +01:00