mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add missing domain icons (#3836)
`persistent_notification` and `zone` were both missing domain icons.
This commit is contained in:
parent
7d09e29d60
commit
313b984a53
@ -30,6 +30,7 @@ const fixedIcons = {
|
||||
light: "hass:lightbulb",
|
||||
mailbox: "hass:mailbox",
|
||||
notify: "hass:comment-alert",
|
||||
persistent_notification: "hass:bell",
|
||||
person: "hass:account",
|
||||
plant: "hass:flower",
|
||||
proximity: "hass:apple-safari",
|
||||
@ -46,6 +47,7 @@ const fixedIcons = {
|
||||
water_heater: "hass:thermometer",
|
||||
weather: "hass:weather-cloudy",
|
||||
weblink: "hass:open-in-new",
|
||||
zone: "hass:map-marker",
|
||||
};
|
||||
|
||||
export const domainIcon = (domain: string, state?: string): string => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user