thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.24k stars 113 forks source link

How to make it work with custom:history-explorer-graph #306

Closed h0jeZvgoxFepBQ2C closed 1 year ago

h0jeZvgoxFepBQ2C commented 1 year ago

Hi,

is there any way to make this gem work with the https://github.com/alexarch21/history-explorer-card?

I get the following entity data for the history explorer card:

entities:
  - entity_id: "123"

whereas I need something like this:

graphs:
  - type: "line"
     entities:
       - entity: "123"

Any chance I can make a convertion? I saw card_params, but this is not sufficient?

ildar170975 commented 1 year ago

This issue is neither a big, nor a FR. It a question. Please ask similar questions in the dedicated Community thread: https://community.home-assistant.io/t/auto-entities-automatically-fill-cards-with-entities/147801/ At least you will get answers faster.