forked from home-assistant/core
Update mailbox panel icon
This commit is contained in:
@@ -36,7 +36,7 @@ def async_setup(hass, config):
|
|||||||
"""Track states and offer events for mailboxes."""
|
"""Track states and offer events for mailboxes."""
|
||||||
mailboxes = []
|
mailboxes = []
|
||||||
hass.components.frontend.register_built_in_panel(
|
hass.components.frontend.register_built_in_panel(
|
||||||
'mailbox', 'Mailbox', 'mdi:account-location')
|
'mailbox', 'Mailbox', 'mdi:mailbox')
|
||||||
hass.http.register_view(MailboxPlatformsView(mailboxes))
|
hass.http.register_view(MailboxPlatformsView(mailboxes))
|
||||||
hass.http.register_view(MailboxMessageView(mailboxes))
|
hass.http.register_view(MailboxMessageView(mailboxes))
|
||||||
hass.http.register_view(MailboxMediaView(mailboxes))
|
hass.http.register_view(MailboxMediaView(mailboxes))
|
||||||
|
Reference in New Issue
Block a user