core/homeassistant/components/cover
Martin Hjelmare 734bd75fd3 Fix mysensors overwriting gateway in GATEWAYS (#4013)
GATEWAYS was a dict, so would overwrite item if key was the same. This
would happen when using multiple MQTT gateways, since the device id is
the same (`mqtt`).

* Fix by changing GATEWAYS from dict into list.
* Use hass data to store mysensors gateways instead of having GATEWAYS
  be a global.
2016-11-06 10:49:43 -08:00
..
__init__.py Fix ENTITY_ID_ALL_COVERS format 2016-09-23 17:14:29 -07:00
command_line.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
demo.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
garadget.py Garadget (#4031) 2016-11-01 21:49:27 -07:00
homematic.py Make services yield (#4187) 2016-11-03 18:32:14 -07:00
isy994.py Isy fixes (#3457) 2016-09-19 20:16:51 -07:00
mqtt.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
mysensors.py Fix mysensors overwriting gateway in GATEWAYS (#4013) 2016-11-06 10:49:43 -08:00
rfxtrx.py Make services yield (#4187) 2016-11-03 18:32:14 -07:00
rpi_gpio.py Make services yield (#4187) 2016-11-03 18:32:14 -07:00
scsgate.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
services.yaml Combine garage_door and rollershutter to cover (#2891) 2016-08-23 18:23:18 -07:00
vera.py Make services yield (#4187) 2016-11-03 18:32:14 -07:00
wink.py Merge branch 'master' into dev 2016-09-24 01:03:56 -07:00
zwave.py Prevent multiple instances of device initialzed (#4179) 2016-11-03 13:08:23 +01:00