mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +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)
|
STATE_UNKNOWN)
|
||||||
|
|
||||||
CONF_PWS_ID = 'pws_id'
|
CONF_PWS_ID = 'pws_id'
|
||||||
_URLCONST = '/conditions/q/pws:'
|
|
||||||
|
_URL_QUERY = '/conditions/q/'
|
||||||
_RESOURCE = 'http://api.wunderground.com/api/'
|
_RESOURCE = 'http://api.wunderground.com/api/'
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user