mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix Wink discovery
This commit is contained in:
parent
8e839be938
commit
42c5475284
@ -35,7 +35,7 @@ def setup(hass, config):
|
|||||||
('garage_door', pywink.get_garage_doors)):
|
('garage_door', pywink.get_garage_doors)):
|
||||||
|
|
||||||
if func_exists():
|
if func_exists():
|
||||||
discovery.load_platform(hass, component_name, DOMAIN, None, config)
|
discovery.load_platform(hass, component_name, DOMAIN, {}, config)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user