{
  "version": 1,
  "minor_version": 1,
  "key": "lovelace.lovelace_power",
  "data": {
    "config": {
      "views": [
        {
          "theme": "Backend-selected",
          "title": "Home",
          "type": "custom:grid-layout",
          "layout": {
            "max_cols": 4,
            "grid-template-columns": "25% 25% 25% 25%",
            "grid-template-rows": "auto",
            "mediaquery": {
              "(max-width: 600px)": {
                "grid-template-columns": "100%"
              },
              "(max-width: 1200px)": {
                "grid-template-columns": "50% 50%"
              }
            }
          },
          "badges": [],
          "cards": [
            {
              "type": "entities",
              "title": "Office",
              "entities": [
                {
                  "entity": "sensor.office_table_power",
                  "name": "Table"
                },
                {
                  "entity": "sensor.office_shelftop_power",
                  "name": "Top"
                },
                {
                  "entity": "sensor.office_shelfbottom_power",
                  "name": "Bottom"
                }
              ]
            },
            {
              "type": "entities",
              "title": "Appliances",
              "entities": [
                {
                  "entity": "sensor.kitchen_oven_power",
                  "name": "Oven"
                },
                {
                  "entity": "sensor.kitchen_wash_power",
                  "name": "Washers"
                },
                {
                  "entity": "sensor.kitchen_teatable_power",
                  "name": "Tea Table"
                },
                {
                  "entity": "sensor.kitchen_fridge_power",
                  "name": "Fridge"
                },
                {
                  "entity": "sensor.office_aircon_power",
                  "name": "AirCon Office"
                },
                {
                  "entity": "sensor.bedroom_aircon_power",
                  "name": "AirCon Bedroom"
                }
              ]
            },
            {
              "type": "entities",
              "title": "Lights",
              "entities": [
                {
                  "entity": "sensor.kitchen_ledlights_power",
                  "name": "Kitchen LEDs"
                },
                {
                  "entity": "sensor.bedroom_bedsidelampsocket_power",
                  "name": "Bedroom Bedside"
                },
                {
                  "entity": "sensor.bedroom_tablelamp_power",
                  "name": "Bedroom Table"
                },
                {
                  "entity": "sensor.living_tablelampsocket_power",
                  "name": "Living Table"
                }
              ]
            },
            {
              "type": "entities",
              "title": "Infrastructure",
              "entities": [
                {
                  "entity": "sensor.office_smartpi_energy_power",
                  "name": "SmartPI"
                },
                {
                  "entity": "sensor.bedroom_router_power",
                  "name": "Asgard"
                },
                {
                  "entity": "sensor.bedroom_roof_power",
                  "name": "Roof"
                },
                {
                  "entity": "sensor.hall_infra_power",
                  "name": "Hall"
                },
                {
                  "entity": "sensor.hall_camera_power",
                  "name": "AubergineView"
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "title": "Office (1y)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "week",
                  "days_to_show": 365,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.office_table_power",
                      "name": "Table"
                    },
                    {
                      "entity": "sensor.office_shelftop_power",
                      "name": "Top"
                    },
                    {
                      "entity": "sensor.office_shelfbottom_power",
                      "name": "Bottom"
                    }
                  ]
                },
                {
                  "title": "Office (3m)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "day",
                  "days_to_show": 90,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.office_table_power",
                      "name": "Table"
                    },
                    {
                      "entity": "sensor.office_shelftop_power",
                      "name": "Top"
                    },
                    {
                      "entity": "sensor.office_shelfbottom_power",
                      "name": "Bottom"
                    }
                  ]
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "title": "Kitchen (1y)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "week",
                  "days_to_show": 365,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.kitchen_oven_power",
                      "name": "Oven"
                    },
                    {
                      "entity": "sensor.kitchen_wash_power",
                      "name": "Washers"
                    },
                    {
                      "entity": "sensor.kitchen_teatable_power",
                      "name": "Tea Table"
                    },
                    {
                      "entity": "sensor.kitchen_fridge_power",
                      "name": "Fridge"
                    }
                  ]
                },
                {
                  "title": "Kitchen (3m)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "day",
                  "days_to_show": 90,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.kitchen_oven_power",
                      "name": "Oven"
                    },
                    {
                      "entity": "sensor.kitchen_wash_power",
                      "name": "Washers"
                    },
                    {
                      "entity": "sensor.kitchen_teatable_power",
                      "name": "Tea Table"
                    },
                    {
                      "entity": "sensor.kitchen_fridge_power",
                      "name": "Fridge"
                    }
                  ]
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "title": "Climate (1y)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "week",
                  "days_to_show": 365,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.office_aircon_power",
                      "name": "Office"
                    },
                    {
                      "entity": "sensor.bedroom_aircon_power",
                      "name": "Bedroom"
                    }
                  ]
                },
                {
                  "title": "Climate (3m)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "day",
                  "days_to_show": 90,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.office_aircon_power",
                      "name": "Office"
                    },
                    {
                      "entity": "sensor.bedroom_aircon_power",
                      "name": "Bedroom"
                    }
                  ]
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "title": "Infrastructure (1y)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "week",
                  "days_to_show": 365,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.office_smartpi_energy_power",
                      "name": "SmartPI"
                    },
                    {
                      "entity": "sensor.bedroom_router_power",
                      "name": "Asgard"
                    },
                    {
                      "entity": "sensor.bedroom_roof_power",
                      "name": "Roof"
                    },
                    {
                      "entity": "sensor.hall_infra_power",
                      "name": "Hall"
                    },
                    {
                      "entity": "sensor.hall_camera_power",
                      "name": "AubergineView"
                    }
                  ]
                },
                {
                  "title": "Infrastructure (3m)",
                  "type": "statistics-graph",
                  "chart_type": "line",
                  "period": "day",
                  "days_to_show": 90,
                  "stat_types": [
                    "mean"
                  ],
                  "entities": [
                    {
                      "entity": "sensor.office_smartpi_energy_power",
                      "name": "SmartPI"
                    },
                    {
                      "entity": "sensor.bedroom_router_power",
                      "name": "Asgard"
                    },
                    {
                      "entity": "sensor.bedroom_roof_power",
                      "name": "Roof"
                    },
                    {
                      "entity": "sensor.hall_infra_power",
                      "name": "Hall"
                    },
                    {
                      "entity": "sensor.hall_camera_power",
                      "name": "AubergineView"
                    }
                  ]
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "history-graph",
                  "entities": [
                    {
                      "entity": "sensor.office_table_power",
                      "name": "Table"
                    },
                    {
                      "entity": "sensor.office_shelftop_power",
                      "name": "Top"
                    },
                    {
                      "entity": "sensor.office_shelfbottom_power",
                      "name": "Bottom"
                    }
                  ],
                  "hours_to_show": 24,
                  "title": "Office (24h)"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.office_table_power",
                  "detail": 2,
                  "name": "Table"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.office_shelftop_power",
                  "detail": 2,
                  "name": "Top"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.office_shelfbottom_power",
                  "detail": 2,
                  "name": "Bottom"
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "history-graph",
                  "entities": [
                    {
                      "entity": "sensor.kitchen_oven_power",
                      "name": "Oven"
                    },
                    {
                      "entity": "sensor.kitchen_wash_power",
                      "name": "Washers"
                    },
                    {
                      "entity": "sensor.kitchen_teatable_power",
                      "name": "Tea Table"
                    },
                    {
                      "entity": "sensor.kitchen_fridge_power",
                      "name": "Fridge"
                    }
                  ],
                  "hours_to_show": 24,
                  "title": "Kitchen (24h)"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.kitchen_oven_power",
                  "detail": 2,
                  "name": "Oven"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.kitchen_wash_power",
                  "detail": 2,
                  "name": "Washers"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.kitchen_teatable_power",
                  "detail": 2,
                  "name": "Tea Table"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.kitchen_fridge_power",
                  "detail": 2,
                  "name": "Fridge"
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "history-graph",
                  "entities": [
                    {
                      "entity": "sensor.office_aircon_power",
                      "name": "Office"
                    },
                    {
                      "entity": "sensor.bedroom_aircon_power",
                      "name": "Bedroom"
                    }
                  ],
                  "hours_to_show": 24,
                  "title": "Climate (24h)"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.office_aircon_power",
                  "detail": 2,
                  "name": "AirCon Office"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.bedroom_aircon_power",
                  "detail": 2,
                  "name": "AirCon Bedroom"
                }
              ]
            },
            {
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "history-graph",
                  "entities": [
                    {
                      "entity": "sensor.office_smartpi_energy_power",
                      "name": "SmartPI"
                    },
                    {
                      "entity": "sensor.bedroom_router_power",
                      "name": "Asgard"
                    },
                    {
                      "entity": "sensor.bedroom_roof_power",
                      "name": "Roof"
                    },
                    {
                      "entity": "sensor.hall_infra_power",
                      "name": "Hall"
                    },
                    {
                      "entity": "sensor.hall_camera_power",
                      "name": "AubergineView"
                    }
                  ],
                  "hours_to_show": 24,
                  "title": "Infrastructure (24h)"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.office_smartpi_energy_power",
                  "detail": 2,
                  "name": "SmartPI"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.bedroom_router_power",
                  "detail": 2,
                  "name": "Asgard"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.bedroom_roof_power",
                  "detail": 2,
                  "name": "Roof"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.hall_infra_power",
                  "detail": 2,
                  "name": "Hall Infra"
                },
                {
                  "hours_to_show": 24,
                  "graph": "line",
                  "type": "sensor",
                  "entity": "sensor.hall_camera_power",
                  "detail": 2,
                  "name": "AubergineView"
                }
              ]
            }
          ]
        }
      ]
    }
  }
}