mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56: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",
|
light: "hass:lightbulb",
|
||||||
mailbox: "hass:mailbox",
|
mailbox: "hass:mailbox",
|
||||||
notify: "hass:comment-alert",
|
notify: "hass:comment-alert",
|
||||||
|
persistent_notification: "hass:bell",
|
||||||
person: "hass:account",
|
person: "hass:account",
|
||||||
plant: "hass:flower",
|
plant: "hass:flower",
|
||||||
proximity: "hass:apple-safari",
|
proximity: "hass:apple-safari",
|
||||||
@ -46,6 +47,7 @@ const fixedIcons = {
|
|||||||
water_heater: "hass:thermometer",
|
water_heater: "hass:thermometer",
|
||||||
weather: "hass:weather-cloudy",
|
weather: "hass:weather-cloudy",
|
||||||
weblink: "hass:open-in-new",
|
weblink: "hass:open-in-new",
|
||||||
|
zone: "hass:map-marker",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const domainIcon = (domain: string, state?: string): string => {
|
export const domainIcon = (domain: string, state?: string): string => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user