Fix typo in OWM (#4458)

This commit is contained in:
Igor Shults 2016-11-18 15:54:46 -06:00 committed by Fabian Affolter
parent 5912316496
commit c86e1b31b3

2
homeassistant/components/sensor/openweathermap.py Normal file → Executable file
View file

@ -21,7 +21,7 @@ REQUIREMENTS = ['pyowm==2.5.0']
_LOGGER = logging.getLogger(__name__)
CONF_ATTRIBUTION = "Data provied by OpenWeatherMap"
CONF_ATTRIBUTION = "Data provided by OpenWeatherMap"
CONF_FORECAST = 'forecast'
DEFAULT_NAME = 'OWM'