Update wunderground.py

This commit is contained in:
arsaboo 2016-08-17 17:04:11 -04:00 committed by GitHub
parent 75cd1f8063
commit 4dff42e8bb

View File

@ -49,8 +49,7 @@ SENSOR_TYPES = {
def setup_platform(hass, config, add_devices, discovery_info=None):
"""Setup the Wundeground sensor.
"""Setup the Wunderground sensor.
payload = config.get('payload', None)
rest = WUndergroundData(_RESOURCE,
config.get(CONF_PWS_ID),