mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
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:
parent
5c83367bb0
commit
3910ab6cab
@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user