mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +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):
|
def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||||
"""Setup the Wunderground sensor."""
|
"""Setup the Wunderground sensor."""
|
||||||
payload = config.get('payload', None)
|
|
||||||
rest = WUndergroundData(_RESOURCE,
|
rest = WUndergroundData(_RESOURCE,
|
||||||
config.get(CONF_PWS_ID),
|
config.get(CONF_PWS_ID),
|
||||||
config.get(CONF_API_KEY),
|
config.get(CONF_API_KEY),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user