Return correct name for met.no (#24763)

pull/24764/head
Daniel Høyer Iversen 2019-06-25 22:09:04 +02:00 committed by Paulus Schoutsen
parent 41b58b8bc1
commit dc89499116
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class MetWeather(WeatherEntity):
name = self._config.get(CONF_NAME)
if name is not None:
return CONF_NAME
return name
if self.track_home:
return self.hass.config.location_name