{{ctrl.localizationService.get('UI.WeatherStation')}}

{{(ctrl.weatherStation.temperature | number:1) + '°C' }}

{{(ctrl.weatherStation.humidity | number:0) + '%'}}

{{ctrl.weatherStation.sunrise.substring(0, 5)}}

{{ctrl.weatherStation.sunset.substring(0, 5)}}
{{ctrl.localizationService.get('UI.WeatherStation.Condition.' + ctrl.weatherStation.condition)}}