Skip to content

Commit

Permalink
🤖 16-07-24 | ♻️ Updated 1 file
Browse files Browse the repository at this point in the history
--------
- update: button_card_templates/tpl_header.yaml

--------
Automated commit via script
  • Loading branch information
ngocjohn committed Jul 15, 2024
1 parent d94b5e0 commit 5ea5ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ header_weather:
let next_dusk = states['sun.sun'].attributes.next_dusk,
sunset_time = new Date(Date.parse(next_dusk)),
sunset = sunset_time.getHours() + ":" + sunset_time.getMinutes();
let precipitation = states['sensor.prague_forecast_precipitation'].state;
let precipitation = states['sensor.prague_rain'].state;
return `
<ul>
<li class="precipitation">Precipitation - ${precipitation} mm</li>
Expand Down

0 comments on commit 5ea5ef6

Please sign in to comment.