Changed Sensor icons to be more emotionally sensitive (#32904)

The existing sensor icons, while descriptive - dead = dead - are perhaps too matter of fact and don't accurately convey the tragedy. I changed emoticon-dead-outline to emoticon-cry-outline, as I think it better conveys the reality of the situation along with the emotions tied to the statistic.
This commit is contained in:
brubaked 2020-03-17 10:17:18 -07:00 committed by GitHub
parent 5c83367bb0
commit 3910ab6cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@ from .const import ATTRIBUTION, OPTION_WORLDWIDE
SENSORS = { SENSORS = {
"confirmed": "mdi:emoticon-neutral-outline", "confirmed": "mdi:emoticon-neutral-outline",
"current": "mdi:emoticon-frown-outline", "current": "mdi:emoticon-sad-outline",
"recovered": "mdi:emoticon-happy-outline", "recovered": "mdi:emoticon-happy-outline",
"deaths": "mdi:emoticon-dead-outline", "deaths": "mdi:emoticon-cry-outline",
} }