mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +00:00
Use grid for sensor cards on 2nd view of teaching birds demo (#9132)
This commit is contained in:
parent
38b3a9205d
commit
6edebe18ad
@ -440,8 +440,8 @@ export const demoLovelaceTeachingbirds: DemoConfig["lovelace"] = () => ({
|
|||||||
type: "horizontal-stack",
|
type: "horizontal-stack",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
cards: [
|
type: "grid",
|
||||||
{
|
columns: 2,
|
||||||
cards: [
|
cards: [
|
||||||
{
|
{
|
||||||
graph: "line",
|
graph: "line",
|
||||||
@ -454,11 +454,6 @@ export const demoLovelaceTeachingbirds: DemoConfig["lovelace"] = () => ({
|
|||||||
name: "S's room",
|
name: "S's room",
|
||||||
entity: "sensor.temperature_stefan",
|
entity: "sensor.temperature_stefan",
|
||||||
},
|
},
|
||||||
],
|
|
||||||
type: "horizontal-stack",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
cards: [
|
|
||||||
{
|
{
|
||||||
graph: "line",
|
graph: "line",
|
||||||
type: "sensor",
|
type: "sensor",
|
||||||
@ -470,11 +465,6 @@ export const demoLovelaceTeachingbirds: DemoConfig["lovelace"] = () => ({
|
|||||||
name: "Bathroom",
|
name: "Bathroom",
|
||||||
entity: "sensor.temperature_downstairs_bathroom",
|
entity: "sensor.temperature_downstairs_bathroom",
|
||||||
},
|
},
|
||||||
],
|
|
||||||
type: "horizontal-stack",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
cards: [
|
|
||||||
{
|
{
|
||||||
graph: "line",
|
graph: "line",
|
||||||
type: "sensor",
|
type: "sensor",
|
||||||
@ -487,10 +477,6 @@ export const demoLovelaceTeachingbirds: DemoConfig["lovelace"] = () => ({
|
|||||||
entity: "sensor.refrigerator",
|
entity: "sensor.refrigerator",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
type: "horizontal-stack",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
type: "vertical-stack",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
entities: [
|
entities: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user