hass-core/homeassistant/components/light
Stefan Jonasson eb9ed5ccfe Rewrite of the tellstick module. It now uses a common base for all shared functionality.
The rewrite addresses a problem with the tellstick hardware dropping
commands when too many simultaneous calls is being made from HA. Also fixes a bug when the dim level was changed externally.
This breaks previous configurations.

The new config for tellstick is

```yaml
tellstick:
  signal_repetitions: X
```
Lights and Switches are detected automatically.
Sensors work like before because they do not share any functionality with the other devices and they also needs a complete other configuration.
2016-03-13 19:28:42 +01:00
..
__init__.py Rewrite of the tellstick module. It now uses a common base for all shared functionality. 2016-03-13 19:28:42 +01:00
blinksticklight.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
demo.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
hue.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
hyperion.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
insteon_hub.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
isy994.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
lifx.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
light_profiles.csv Lights now support profiles 2014-03-26 00:20:02 -07:00
limitlessled.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
mqtt.py Type checks for MQTT config 2016-03-10 21:42:17 -08:00
mysensors.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
rfxtrx.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
scsgate.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
services.yaml Added toggle service 2016-01-16 10:45:05 -05:00
tellstick.py Rewrite of the tellstick module. It now uses a common base for all shared functionality. 2016-03-13 19:28:42 +01:00
vera.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
wemo.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
wink.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
zigbee.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00
zwave.py Fix PEP257 issues 2016-03-07 22:08:21 +01:00