Update wunderground.py

This commit is contained in:
arsaboo 2016-08-17 16:41:22 -04:00 committed by GitHub
parent 1a34bc5301
commit fae9267701

View File

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