Skip to content

Commit

Permalink
feat: Use syringe MDI icon for vaccination entity
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoKF committed Aug 11, 2021
1 parent 1c3b0ae commit 35d5232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ entities:
format: precision1
unit: '%'
show_state: false
icon: mdi:biohazard
icon: mdi:needle
name: COVID-19 Vaccinations
secondary_info:
attribute: date
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "covid19_augsburg",
"name": "COVID-19 Augsburg",
"version": "1.1.0",
"version": "1.1.1",
"config_flow": true,
"documentation": "https://github.com/AdrianoKF/home-assistant-covid19-augsburg",
"issue_tracker": "https://github.com/AdrianoKF/home-assistant-covid19-augsburg/issues",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def unique_id(self):

@property
def icon(self):
return "mdi:biohazard"
return "mdi:needle"

@property
def unit_of_measurement(self):
Expand Down

0 comments on commit 35d5232

Please sign in to comment.