Merge pull request #1047 from haraldnagel/dev

Fix #1046 by correcting platform name
This commit is contained in:
Paulus Schoutsen 2016-01-29 22:14:21 -08:00
commit 23d88cd4ad

View File

@ -60,7 +60,7 @@ LIGHT_PROFILES_FILE = "light_profiles.csv"
# Maps discovered services to their platforms
DISCOVERY_PLATFORMS = {
wink.DISCOVER_LIGHTS: 'wink',
insteon_hub.DISCOVER_LIGHTS: 'insteon',
insteon_hub.DISCOVER_LIGHTS: 'insteon_hub',
isy994.DISCOVER_LIGHTS: 'isy994',
discovery.SERVICE_HUE: 'hue',
zwave.DISCOVER_LIGHTS: 'zwave',