This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Releases: Yevgenium/weather-chart-card
Releases · Yevgenium/weather-chart-card
v1.2.0
Changelog:
- Added option for chart labels (
labels_font_size
). - Added Finnish, German, Spanish and Swedish localizations.
- Reworked default config.
- Fixed pressure rounding.
- Fixed suggested max for precipitation in inches.
Breaking Changes:
- Configuration variables
temp1_color
,temp2_color
,precip_color
renamed totemperature1_color
,temperature2_color
,precipitation_color
and moved toforecast
block.
v1.1.0
Changelog:
- Added the ability to convert to other units of measurement (at the moment - wind speed in m/s or km/h, atmospheric pressure in hPa or mmHg).
- Removed optional temperature sensor. Alternatively you can use Weather Template, which offers many more options.
- Added Czech and Hungarian localizations.
- Fix for Home Assistant Cast support.
Breaking Changes:
- Configuration variable
weather
renamed toentity
, since now only one object can be set in the configuration.