Skip to content
Snippets Groups Projects
Commit 4e795179 authored by Paulus Schoutsen's avatar Paulus Schoutsen Committed by GitHub
Browse files

Update mailbox panel icon

parent 4ec4cfc4
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def async_setup(hass, config):
"""Track states and offer events for mailboxes."""
mailboxes = []
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(MailboxMessageView(mailboxes))
hass.http.register_view(MailboxMediaView(mailboxes))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment