mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
style
This commit is contained in:
parent
95d5c456d7
commit
971fe8bc7b
@ -74,7 +74,8 @@ def setup_platform(hass, config, add_devices_callback, discovery_info=None):
|
||||
setup_bridge(host, hass, add_devices_callback, filename, allow_unreachable)
|
||||
|
||||
|
||||
def setup_bridge(host, hass, add_devices_callback, filename, allow_unreachable):
|
||||
def setup_bridge(host, hass, add_devices_callback, filename,
|
||||
allow_unreachable):
|
||||
"""Setup a phue bridge based on host parameter."""
|
||||
import phue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user