Skip to content

Releases: AdrianoKF/home-assistant-covid19-augsburg

v1.3.1 - Hotfix release

06 Apr 10:03
Compare
Choose a tag to compare

v1.3.0 - Compatibility release for newer HA versions

06 Apr 09:40
8fb3222
Compare
Choose a tag to compare

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

18 Mar 08:24
d20b48e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1 - Fix for negative number of first vaccination doses

11 Nov 18:58
fc5f6e7
Compare
Choose a tag to compare

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

09 Oct 12:04
a44308a
Compare
Choose a tag to compare

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

20 Sep 05:55
Compare
Choose a tag to compare

Fix an error when parsing incidence data without decimals [#6]

v1.1.2 - Parser bug fixes

17 Sep 06:41
Compare
Choose a tag to compare

Updated infection data parser for new web page layout.

v1.1.1 - Updated MDI icon for vaccination entity

11 Aug 08:58
Compare
Choose a tag to compare

The vaccination entity now uses the more appropriate mdi:needle icon.

v1.1.0 - Vaccination Data

11 Aug 08:39
1c3b0ae
Compare
Choose a tag to compare

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 doses
  • num_vaccinated_once: Count of persons vaccinated once
  • num_vaccinated_full: Count of fully persons vaccinated
  • ratio_vaccinated_once: Percentage of persons vaccinated once
  • ratio_vaccinated_full: Percentage of fully persons vaccinated
  • ratio_vaccinated_total: Percentage of persons vaccinated at least once

v1.0.3-rc4 - Vaccination Data

11 Aug 06:42
Compare
Choose a tag to compare
Pre-release
docs: Update readme