mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 09:35:20 +02:00
Fix typo in OWM (#4458)
This commit is contained in:
committed by
Fabian Affolter
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'
|
||||||
|
Reference in New Issue
Block a user