I have a dashboard tab showing multiple apexchart card - all using the same apexcharts_card_template.
I wonder, if there is a way to combine apexcharts_card_templates with config-template-card to avoid coding the same in every single axepchart-card.
Here a stripped code example.
type: custom:config-template-card
variables:
span: states['input_select.time_to_show'].state
entities:
- input_select.time_to_show
card:
type: custom:apexcharts-card
config_templates: temperatur_chart
graph_span: ${span}
series:
- entity: sensor.bad_temperatur