mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46: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",
|
||||
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",
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user