hass-core/homeassistant
Martin Hjelmare 069a4b1706 Refactor mysensors component
* Add MySensorsDeviceEntity class to hold the common attributes,
	properties and methods for mysensors entities.
* Inherit from MySensorsDeviceEntity class in binary_sensor, light,
	sensor and switch mysensors platforms.
* Remove not needed attribute and method for const in GatewayWrapper
	class. The const attribute is already set in the wrapped object.
* Clean up state property for mysensors sensor entities.
* Inherit from MySensorsLightRGB in MySensorsLightRGBW class.
* Remove use of get_component in mysensors component and platforms.
* Clean up update method in MySensorsDeviceEntity class.
2016-04-30 15:27:59 +02:00
..
components Refactor mysensors component 2016-04-30 15:27:59 +02:00
helpers Fix script merge conflict 2016-04-28 13:39:44 +02:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Change local library path from {config_dir}/lib to {config_dir}/deps. (#1799) 2016-04-11 20:07:50 -07:00
bootstrap.py Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
config.py Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
const.py Initial script condition support (#1910) 2016-04-28 12:03:57 +02:00
core.py Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Add automation config validation 2016-04-04 12:18:58 -07:00
remote.py Use standardised datetime format 2016-04-16 01:46:50 -07:00