The format of the forecast items could not work with the weather template. This was caused by the datetime attribute not being a string but a DateTime object.
Changed
Moved all shared attributes to the common entity definitions
Some code cleanup and linting.
Removed sunrise and sunset attributes from the daily forecast. Use the sun.sun component instead.
Fixed
datetime
attribute not being a string but a DateTime object.Changed
sunrise
andsunset
attributes from the daily forecast. Use thesun.sun
component instead.