Releases: AdrianoKF/home-assistant-covid19-augsburg
Releases · AdrianoKF/home-assistant-covid19-augsburg
v1.3.1 - Hotfix release
Full Changelog: v1.3.0...v1.3.1
v1.3.0 - Compatibility release for newer HA versions
What's Changed
- fix: Replace deprecated device_state_attributes property by @AdrianoKF in #14
Full Changelog: v1.2.2...v1.3.0
v1.2.2 - Fix for new entity IDs on Augsburg web site
v1.2.1 - Fix for negative number of first vaccination doses
What's Changed
- Fix for negative number of first vaccination doses by @AdrianoKF in #11
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Support for new vaccination report format
This release adds support for the new format used to report vaccination data on the Augsburg city website:
- Number of once-vaccinated people no longer directly reported
- Added number of booster shots
- Wording changed
- Base city population changed to 298014
v1.1.3 - Correctly handle incidence values without decimals
Fix an error when parsing incidence data without decimals [#6]
v1.1.2 - Parser bug fixes
Updated infection data parser for new web page layout.
v1.1.1 - Updated MDI icon for vaccination entity
The vaccination entity now uses the more appropriate mdi:needle
icon.
v1.1.0 - Vaccination Data
This release adds functionality to crawl and parse vaccination data from the Augsburg city web site.
It adds a new entity sensor.covid_19_vaccinations_augsburg
with the following attributes:
date
: Update date of the vaccination data (as ISO date string)total_vaccinations
: Total count of vaccination dosesnum_vaccinated_once
: Count of persons vaccinated oncenum_vaccinated_full
: Count of fully persons vaccinatedratio_vaccinated_once
: Percentage of persons vaccinated onceratio_vaccinated_full
: Percentage of fully persons vaccinatedratio_vaccinated_total
: Percentage of persons vaccinated at least once
v1.0.3-rc4 - Vaccination Data
docs: Update readme