1
0
Fork 0

Don‘t try displaying icons in batches

This commit is contained in:
Malte Brandy 2021-12-12 01:34:12 +01:00
parent fbadd73595
commit 8565d031c2

View file

@ -374,24 +374,6 @@ in
title = "Wohnzimmer";
show_header_toggle = false;
entities = [
{
type = "custom:multiple-entity-row";
name = "Szene";
icon = false;
entity = "input_select.scene_wohnzimmer";
entities = [
{
icon = "mdi:sofa-single";
name = "Gemütlich";
tap_action = { action = "call-service"; service = "input_select.select_option"; service_data = { entity_id = "input_select.scene_wohnzimmer"; option = "cozy"; }; };
}
{
icon = "mdi:account-off";
name = "Abwesend";
tap_action = { action = "call-service"; service = "input_select.select_option"; service_data = { entity_id = "input_select.scene_wohnzimmer"; option = "empty"; }; };
}
];
}
{
type = "custom:multiple-entity-row";
entity = "climate.wohnzimmer";
@ -436,24 +418,6 @@ in
title = "Küche";
icon = "mdi:countertop";
entities = [
{
type = "custom:multiple-entity-row";
name = "Szene";
icon = false;
entity = "input_select.scene_kueche";
entities = [
{
icon = "mdi:sofa-single";
name = "Gemütlich";
tap_action = { action = "call-service"; service = "input_select.select_option"; service_data = { entity_id = "input_select.scene_kueche"; option = "cozy"; }; };
}
{
icon = "mdi:account-off";
name = "Abwesend";
tap_action = { action = "call-service"; service = "input_select.select_option"; service_data = { entity_id = "input_select.scene_kueche"; option = "empty"; }; };
}
];
}
{
type = "custom:multiple-entity-row";
entity = "sensor.kueche_temperature";
@ -494,24 +458,6 @@ in
icon = "mdi:bed-king";
show_header_toggle = false;
entities = [
{
type = "custom:multiple-entity-row";
name = "Szene";
icon = false;
entity = "input_select.scene_schlafzimmer";
entities = [
{
icon = "mdi:sofa-single";
name = "Gemütlich";
tap_action = { action = "call-service"; service = "input_select.select_option"; service_data = { entity_id = "input_select.scene_schlafzimmer"; option = "cozy"; }; };
}
{
icon = "mdi:account-off";
name = "Abwesend";
tap_action = { action = "call-service"; service = "input_select.select_option"; service_data = { entity_id = "input_select.scene_schlafzimmer"; option = "empty"; }; };
}
];
}
{
type = "custom:multiple-entity-row";
entity = "sensor.schlafzimmer_temperature";