Update mailbox panel icon

pull/8871/merge
Paulus Schoutsen 2017-08-06 11:51:58 -07:00 committed by GitHub
parent 4ec4cfc44e
commit 4e79517971
1 changed files with 1 additions and 1 deletions

View File

@ -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))