hass-core/homeassistant/components/binary_sensor
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
..
__init__.py Add initial config validation 2016-03-28 23:46:12 -07:00
apcupsd.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
arest.py Add support for sensor classes 2016-03-26 23:39:56 +01:00
bloomsky.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
command_line.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
demo.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
mqtt.py Move CONF_STATE_TOPIC, CONF_COMMAND_TOPIC and CONF_RETAIN to mqtt component. 2016-04-06 22:51:39 -04:00
mysensors.py Refactor mysensors component 2016-04-30 15:27:59 +02:00
nest.py Nest config validation (#1810) 2016-04-11 21:52:19 -07:00
nx584.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
rest.py Add support for sensor classes 2016-03-25 18:34:58 +01:00
rpi_gpio.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
tcp.py Remove unused import and unnecessary DOMAIN constant from TCP components. 2016-03-26 17:33:18 +00:00
template.py Clean up template platforms 2016-03-24 23:22:17 -07:00
vera.py Use standardised datetime format 2016-04-16 01:46:50 -07:00
wemo.py Handle startup race condition. 2016-03-14 10:29:12 +00:00
wink.py Upgrading to python-wink 0.7.5. (#1925) 2016-04-28 08:22:39 +02:00
zigbee.py Fix PEP257 issues 2016-03-07 20:21:08 +01:00
zwave.py Zwave import fixes for stability (#1845) 2016-04-17 14:46:51 -07:00