mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix #1046 by correcting platform name
This commit is contained in:
parent
75232c43ce
commit
86f433067c
@ -60,7 +60,7 @@ LIGHT_PROFILES_FILE = "light_profiles.csv"
|
|||||||
# Maps discovered services to their platforms
|
# Maps discovered services to their platforms
|
||||||
DISCOVERY_PLATFORMS = {
|
DISCOVERY_PLATFORMS = {
|
||||||
wink.DISCOVER_LIGHTS: 'wink',
|
wink.DISCOVER_LIGHTS: 'wink',
|
||||||
insteon_hub.DISCOVER_LIGHTS: 'insteon',
|
insteon_hub.DISCOVER_LIGHTS: 'insteon_hub',
|
||||||
isy994.DISCOVER_LIGHTS: 'isy994',
|
isy994.DISCOVER_LIGHTS: 'isy994',
|
||||||
discovery.SERVICE_HUE: 'hue',
|
discovery.SERVICE_HUE: 'hue',
|
||||||
zwave.DISCOVER_LIGHTS: 'zwave',
|
zwave.DISCOVER_LIGHTS: 'zwave',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user