mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Merge pull request #1047 from haraldnagel/dev
Fix #1046 by correcting platform name
This commit is contained in:
commit
23d88cd4ad
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user