mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Rename constant - make valid for lat/long too
This commit is contained in:
parent
a09baf1d5a
commit
53b97feb3c
@ -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__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user