mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Not using payload
This commit is contained in:
parent
b7809675eb
commit
a09baf1d5a
@ -61,7 +61,6 @@ PLATFORM_SCHEMA = vol.Schema({
|
||||
|
||||
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
"""Setup the Wunderground sensor."""
|
||||
payload = config.get('payload', None)
|
||||
rest = WUndergroundData(_RESOURCE,
|
||||
config.get(CONF_PWS_ID),
|
||||
config.get(CONF_API_KEY),
|
||||
|
Loading…
x
Reference in New Issue
Block a user