1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-26 21:56:37 +00:00

Fix names in demo Isa

This commit is contained in:
Paulus Schoutsen
2019-01-22 12:44:31 -08:00
parent 035e6752eb
commit 5cc75c294e

View File

@@ -511,7 +511,7 @@ export const demoLovelaceTeachingbirds: () => LovelaceConfig = () => ({
{
graph: "line",
type: "sensor",
name: "S's room",
name: "Bathroom",
entity: "sensor.temperature_downstairs_bathroom",
},
],
@@ -527,7 +527,7 @@ export const demoLovelaceTeachingbirds: () => LovelaceConfig = () => ({
{
graph: "line",
type: "sensor",
name: "S's room",
name: "Refrigerator",
entity: "sensor.refrigerator",
},
],