Add dashboard

This commit is contained in:
Jakob Lechner 2024-10-08 21:09:58 +02:00
parent 726954d5f5
commit aafdcf4a46

View file

@ -5,7 +5,59 @@ in
{
services.home-assistant = {
enable = true;
lovelaceConfig = { };
lovelaceConfig = {
title = "Home";
views = [
{
path = "default_view";
title = "Home";
cards = [
{
title = "Heizung";
type = "entities";
entities = [
{ entity = "sensor.guntamaticbiostar_betrieb"; }
{ entity = "sensor.guntamaticbiostar_pufferladung"; }
{ entity = "sensor.guntamaticbiostar_puffer_oben"; }
{ entity = "sensor.guntamaticbiostar_puffer_unten"; }
{ entity = "sensor.guntamaticbiostar_kesseltemperatur"; }
{ entity = "sensor.guntamaticbiostar_vorlauf_ist_1"; }
{ entity = "sensor.guntamaticbiostar_raumtemp_hk_1"; }
{ entity = "sensor.guntamaticbiostar_aussentemperatur"; }
{ entity = "sensor.guntamaticbiostar_co2_gehalt"; }
{ entity = "select.guntamaticbiostar_program"; }
{ entity = "sensor.guntamaticbiostar_programm"; }
{ entity = "sensor.guntamaticbiostar_programm_hk1"; }
{ entity = "sensor.guntamaticbiostar_rauchgasauslastung"; }
{ entity = "sensor.guntamaticbiostar_rucklauftemperatur"; }
{ entity = "sensor.guntamaticbiostar_servicezeit"; }
];
}
{
type = "grid";
square = false;
columns = 1;
cards = [
{
title = "Wasserbett";
type = "entities";
entities = [
{
entity = "sensor.waterbed_temperatur";
name = "Temperatur";
}
];
}
{
type = "thermostat";
entity = "climate.waterbed_temperatur";
}
];
}
];
}
];
};
extraComponents = [
# See https://www.home-assistant.io/integrations
"esphome"