mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix typo in OWM (#4458)
This commit is contained in:
parent
5912316496
commit
c86e1b31b3
2
homeassistant/components/sensor/openweathermap.py
Normal file → Executable file
2
homeassistant/components/sensor/openweathermap.py
Normal file → Executable file
@ -21,7 +21,7 @@ REQUIREMENTS = ['pyowm==2.5.0']
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
CONF_ATTRIBUTION = "Data provied by OpenWeatherMap"
|
CONF_ATTRIBUTION = "Data provided by OpenWeatherMap"
|
||||||
CONF_FORECAST = 'forecast'
|
CONF_FORECAST = 'forecast'
|
||||||
|
|
||||||
DEFAULT_NAME = 'OWM'
|
DEFAULT_NAME = 'OWM'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user