Fix map icons
This commit is contained in:
parent
ec4495bd0c
commit
0ef9882e2e
2 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@ DOMAIN = 'map'
|
|||
async def async_setup(hass, config):
|
||||
"""Register the built-in map panel."""
|
||||
await hass.components.frontend.async_register_built_in_panel(
|
||||
'map', 'map', 'hass:account-location')
|
||||
'map', 'map', 'hass:tooltip-account')
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue