Rename constant - make valid for lat/long too

This commit is contained in:
Teagan M. Glenn 2016-08-17 22:20:22 -06:00
parent a09baf1d5a
commit 53b97feb3c

View File

@ -13,7 +13,8 @@ from homeassistant.const import (CONF_PLATFORM, CONF_MONITORED_CONDITIONS,
STATE_UNKNOWN)
CONF_PWS_ID = 'pws_id'
_URLCONST = '/conditions/q/pws:'
_URL_QUERY = '/conditions/q/'
_RESOURCE = 'http://api.wunderground.com/api/'
_LOGGER = logging.getLogger(__name__)