1
0
Fork 0

Improve home-assistant dashboard

This commit is contained in:
Malte Brandy 2021-12-17 13:53:39 +01:00
parent 6bbdbd6758
commit bf7fd4b34f

View file

@ -421,19 +421,17 @@ in
}; };
lower_bound_secondary = 0; lower_bound_secondary = 0;
upper_bound_secondary = 1; upper_bound_secondary = 1;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
state_map = [ state_map = [
{ value = 0; label = "Aus"; } { value = 0; label = "Aus"; }
{ value = 1; label = "An"; } { value = 1; label = "An"; }
]; ];
} }
];
}
{ {
type = "grid"; type = "grid";
cards = [ cards = [
@ -442,7 +440,12 @@ in
{ type = "custom:slider-button-card"; entity = "switch.blaue_lichterkette"; } { type = "custom:slider-button-card"; entity = "switch.blaue_lichterkette"; }
{ type = "custom:slider-button-card"; entity = "climate.wohnzimmer"; } { type = "custom:slider-button-card"; entity = "climate.wohnzimmer"; }
]; ];
}
{
type = "logbook";
entities = [ "input_select.scene_wohnzimmer" "binary_sensor.wohnzimmerfenster" "switch.lichterkette_fernseher" "switch.lichterkette_schrank" "switch.blaue_lichterkette" ];
}
];
} }
]; ];
} }
@ -469,10 +472,10 @@ in
upper_bound_secondary = 1; upper_bound_secondary = 1;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
state_map = [ state_map = [
{ value = 0; label = "Zu"; } { value = 0; label = "Zu"; }
{ value = 1; label = "Auf"; } { value = 1; label = "Auf"; }
@ -491,12 +494,12 @@ in
}; };
lower_bound_secondary = 0; lower_bound_secondary = 0;
upper_bound_secondary = 1; upper_bound_secondary = 1;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
state_map = [ state_map = [
{ value = 0; label = "Aus"; } { value = 0; label = "Aus"; }
{ value = 1; label = "An"; } { value = 1; label = "An"; }
@ -506,6 +509,10 @@ in
type = "grid"; type = "grid";
cards = [{ type = "custom:slider-button-card"; entity = "climate.kueche"; }]; cards = [{ type = "custom:slider-button-card"; entity = "climate.kueche"; }];
} }
{
type = "logbook";
entities = [ "input_select.scene_kueche" "climate.kueche" "binary_sensor.kuechenfenster" ];
}
]; ];
} }
]; ];
@ -534,10 +541,10 @@ in
upper_bound_secondary = 1; upper_bound_secondary = 1;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
state_map = [ state_map = [
{ value = 0; label = "Aus/Zu"; } { value = 0; label = "Aus/Zu"; }
{ value = 1; label = "An/Auf"; } { value = 1; label = "An/Auf"; }
@ -556,12 +563,12 @@ in
}; };
lower_bound_secondary = 0; lower_bound_secondary = 0;
upper_bound_secondary = 1; upper_bound_secondary = 1;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
state_map = [ state_map = [
{ value = 0; label = "Aus"; } { value = 0; label = "Aus"; }
{ value = 1; label = "An"; } { value = 1; label = "An"; }
@ -574,7 +581,10 @@ in
{ type = "custom:slider-button-card"; entity = "switch.luftentfeuchter"; } { type = "custom:slider-button-card"; entity = "switch.luftentfeuchter"; }
{ type = "custom:slider-button-card"; entity = "climate.schlafzimmer"; } { type = "custom:slider-button-card"; entity = "climate.schlafzimmer"; }
]; ];
}
{
type = "logbook";
entities = [ "input_select.scene_schlafzimmer" "switch.weihnachtsstern_schlafzimmer" "switch.luftentfeuchter" "climate.schlafzimmer" "binary_sensor.schlafzimmerfenster" ];
} }
]; ];
} }
@ -603,10 +613,10 @@ in
upper_bound_secondary = 1; upper_bound_secondary = 1;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
state_map = [ state_map = [
{ value = 0; label = "Aus"; } { value = 0; label = "Aus"; }
{ value = 1; label = "An"; } { value = 1; label = "An"; }
@ -623,12 +633,12 @@ in
}; };
lower_bound_secondary = 0; lower_bound_secondary = 0;
upper_bound_secondary = 1; upper_bound_secondary = 1;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
state_map = [ state_map = [
{ value = 0; label = "Aus"; } { value = 0; label = "Aus"; }
{ value = 1; label = "An"; } { value = 1; label = "An"; }
@ -638,6 +648,10 @@ in
type = "grid"; type = "grid";
cards = [{ type = "custom:slider-button-card"; entity = "switch.lueftung_bad"; }]; cards = [{ type = "custom:slider-button-card"; entity = "switch.lueftung_bad"; }];
} }
{
type = "logbook";
entities = [ "switch.lueftung_bad" ];
}
]; ];
} }
]; ];
@ -658,15 +672,19 @@ in
upper_bound = 1; upper_bound = 1;
hour24 = true; hour24 = true;
decimals = 1; decimals = 1;
points_per_hour = 6; points_per_hour = 3;
hours_to_show = 6; hours_to_show = 24;
update_interval = 30; update_interval = 30;
line_width = 3; line_width = 2;
state_map = [ state_map = [
{ value = 0; label = "Zu"; } { value = 0; label = "Zu"; }
{ value = 1; label = "Auf"; } { value = 1; label = "Auf"; }
]; ];
} }
{
type = "logbook";
entities = [ "binary_sensor.wohnungstuer" ];
}
]; ];
} }
#{ #{