hass-core/homeassistant/components/switch
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
arduino.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
arest.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
command_line.py Fix PEP257 issues 2016-03-08 13:35:39 +01: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 Type checks for MQTT config 2016-03-10 21:42:17 -08:00
mysensors.py Fix final pep257 issues 2016-03-09 23:34:38 -08:00
mystrom.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
orvibo.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
rest.py Fix final pep257 issues 2016-03-09 23:34:38 -08:00
rfxtrx.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
rpi_gpio.py Fix PEP257 issues 2016-03-08 13:35:39 +01: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 Rewrite of the tellstick module. It now uses a common base for all shared functionality. 2016-03-13 19:28:42 +01:00
template.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
transmission.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
vera.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
verisure.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
wemo.py Remove parenthesis 2016-03-08 18:05:01 +01:00
wink.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
zigbee.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00
zwave.py Fix PEP257 issues 2016-03-08 13:35:39 +01:00