1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Tweak panel parameters (#2746)

This commit is contained in:
Paulus Schoutsen
2016-08-07 21:56:17 -07:00
committed by GitHub
parent 23472cb44d
commit b9b1d95514
9 changed files with 27 additions and 26 deletions

View File

@@ -63,7 +63,7 @@ class TestPanelIframe(unittest.TestCase):
'icon': 'mdi:network-wireless',
'title': 'Router',
'url': '/frontend/panels/iframe-md5md5.html',
'url_name': 'router'
'url_path': 'router'
}
assert frontend.PANELS['weather'] == {
@@ -72,5 +72,5 @@ class TestPanelIframe(unittest.TestCase):
'icon': 'mdi:weather',
'title': 'Weather',
'url': '/frontend/panels/iframe-md5md5.html',
'url_name': 'weather',
'url_path': 'weather',
}