hass-core/homeassistant/components/switch
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 Service validation for switch component. 2016-04-13 12:35:07 -04:00
arduino.py Add support for having default state on arduino switch and negate functionality 2016-03-20 12:52:06 +02:00
arest.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
command_line.py Added assumed state to command_line switch 2016-03-17 10:41:26 -04:00
demo.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
dlink.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
edimax.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
hikvisioncam.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
isy994.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
mfi.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
modbus.py Fix final pep257 issues 2016-03-09 23:34:38 -08: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
mystrom.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
orvibo.py Update Orvibo platform to the switch component, add 'mac' option 2016-04-06 14:52:21 -07:00
pulseaudio_loopback.py Summary: Enhanced to make more robust and efficient. (#1917) 2016-04-26 11:29:20 +02:00
rest.py Fix final pep257 issues 2016-03-09 23:34:38 -08:00
rfxtrx.py Rfxtrx config validating (#1747) 2016-04-08 20:55:31 -07:00
rpi_gpio.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
rpi_rf.py Initial support for generic 433Mhz GPIO adapters on a Raspberry Pi (#1865) 2016-04-26 11:35:01 +02:00
scsgate.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
services.yaml Add service descriptions 2015-09-26 23:17:04 -07:00
tellduslive.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
tellstick.py Tellstick config validation 2016-04-21 07:57:28 -07:00
template.py Clean up template platforms 2016-03-24 23:22:17 -07:00
thinkingcleaner.py Thinkingcleaner support (#1784) 2016-04-10 16:59:53 -07:00
transmission.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
vera.py Use standardised datetime format 2016-04-16 01:46:50 -07:00
verisure.py new version and changed "key" 2016-04-22 20:02:54 +02:00
wake_on_lan.py wake on lan platform 2016-03-18 15:01:53 +01: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-08 13:35:39 +01:00
zwave.py Zwave import fixes for stability (#1845) 2016-04-17 14:46:51 -07:00