1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Rename Lovelace to Dashboards (#68346)

This commit is contained in:
Franck Nijhof
2022-03-18 23:29:57 +01:00
committed by GitHub
parent 4cc8998ea7
commit 171c58fed2
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ async def test_root_object(hass):
)
assert len(root) == 1
item = root[0]
assert item.title == "Lovelace"
assert item.title == "Dashboards"
assert item.media_class == lovelace_cast.MEDIA_CLASS_APP
assert item.media_content_id == ""
assert item.media_content_type == lovelace_cast.DOMAIN