I have been playing around and I am having issues in removing the unwanted sensor from my multiple entriy row, I would like to list 5 sensors results in a row, but when I add the llast sensor in the top, I am not getting any headers for it, like I do with the rest, any ideals on how to get the same results
here is my code.
type: entities
entities:
- type: divider
- entity: sensor.givtcp_export_energy_6_month_total_2024_2_compensation
Name: 2024 2nd half
type: custom:multiple-entity-row
name: Generated
entities:
- entity: sensor.givtcp_export_energy_6_month_total_2022_2_compensation
name: 2022 2nd half
- entity: sensor.givtcp_export_energy_6_month_total_2023_1_compensation
name: 2023 1st half
- entity: sensor.givtcp_export_energy_6_month_total_2023_2_compensation
name: 2023 2nd half
- entity: sensor.givtcp_export_energy_6_month_total_2024_1_compensation
name: 2024 1st half
- type: divider
title: 6 Month SEG
state_color: true
show_header_toggle: true