Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report correct weather condition at night for Met (#103334)
* Report correct weather condition at night for Met, fixes #68369, fixes #89001 * Update homeassistant/components/met/weather.py Co-authored-by: Jan-Philipp Benecke <[email protected]> --------- Co-authored-by: Jan-Philipp Benecke <[email protected]>
- Loading branch information
bb8375d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a shame the Home Assistant Weather integration doesn't have a night time partly clouded state, as that is possible, and available in the MDI icon set as a "moon & clouds" (weather-night-partly-cloudy). All the same - looks like the HA Weather integration isn't setup right with Material Design Icon set with the condition of ATTR_CONDITION_CLEAR_NIGHT being "clear-night", which doesn't exist in MDI.