mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +00:00
Fix names in demo Isa
This commit is contained in:
parent
035e6752eb
commit
5cc75c294e
@ -511,7 +511,7 @@ export const demoLovelaceTeachingbirds: () => LovelaceConfig = () => ({
|
|||||||
{
|
{
|
||||||
graph: "line",
|
graph: "line",
|
||||||
type: "sensor",
|
type: "sensor",
|
||||||
name: "S's room",
|
name: "Bathroom",
|
||||||
entity: "sensor.temperature_downstairs_bathroom",
|
entity: "sensor.temperature_downstairs_bathroom",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -527,7 +527,7 @@ export const demoLovelaceTeachingbirds: () => LovelaceConfig = () => ({
|
|||||||
{
|
{
|
||||||
graph: "line",
|
graph: "line",
|
||||||
type: "sensor",
|
type: "sensor",
|
||||||
name: "S's room",
|
name: "Refrigerator",
|
||||||
entity: "sensor.refrigerator",
|
entity: "sensor.refrigerator",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user