From 8044f9c3ffe774da73a565a7727b360483ffaac8 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 12 May 2026 17:57:54 +0000 Subject: [PATCH] true --- homeassistant/components/compensation/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/compensation/config_flow.py b/homeassistant/components/compensation/config_flow.py index 86445cedcd76..e3bd05c2dc4b 100644 --- a/homeassistant/components/compensation/config_flow.py +++ b/homeassistant/components/compensation/config_flow.py @@ -65,7 +65,7 @@ async def get_options_schema(handler: SchemaCommonFlowHandler) -> vol.Schema: description_field="compensated_value", multiple=True, translation_key=CONF_DATAPOINTS, - overview_labels=False, + overview_labels=True, fields={ CONF_UNCOMPENSATED_VALUE: ObjectSelectorField( required=True,