${this.getDateString(t,e.datetime)}
${e.condition?W`
`:""}
${e.temperature}${this.getUnit("temperature")}
${void 0!==e.templow?W`
${e.templow}${this.getUnit("temperature")}
`:""}
${this._config.hidePrecipitation||void 0===e.precipitation||null===e.precipitation?"":W`
${Math.round(10*e.precipitation)/10} ${this.getUnit("precipitation")}
`}
${this._config.hidePrecipitation||void 0===e.precipitation_probability||null===e.precipitation_probability?"":W`
${Math.round(10*e.precipitation_probability)/10} ${this.getUnit("precipitation_probability")}
`}
`));return W`