mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Removed blank line (linting error)
This commit is contained in:
parent
90fdc89838
commit
230dde4b57
@ -61,7 +61,6 @@ PLATFORM_SCHEMA = vol.Schema({
|
|||||||
|
|
||||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Setup the Wunderground sensor."""
|
"""Setup the Wunderground sensor."""
|
||||||
|
|
||||||
rest = WUndergroundData(hass,
|
rest = WUndergroundData(hass,
|
||||||
config.get(CONF_API_KEY),
|
config.get(CONF_API_KEY),
|
||||||
config.get(CONF_PWS_ID, None))
|
config.get(CONF_PWS_ID, None))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user