Getting back to an older subject, which I had believed to be solved..... Using a manual History panel I like to add only the domain sensor entities. Added to that, I only want to see the recorded entities (because that is a mere fraction of my total entities I dont all want to see in history...)
Since core does Not offer any flexibility other than manually selecting entities, and not per domain selection (well, I could add 250 buttons with 'recorder' maybe...) I made an auto-entities card that selects the domains and feeds that to the history panel.
- type: custom:config-template-card
entities:
- input_number.history_span
- input_select.domain
variables:
span: states['input_number.history_span'].state
domain: states['input_select.domain'].state
card:
type: custom:auto-entities
card:
type: history-graph
hours_to_show: ${span}
filter:
include:
- domain: ${domain}
But, selecting domain sensor, now loads all sensor entities. I could have sworn it didn't do that before, because, why would it show unrecorded entities, there is no history of those in the system..
Back to the core history panel, I see the same, We see all sensor entities in the dropdown, and not only the recorded entities....Im sure it only showed available recorded entities at some point.
Was this changed and how/why. Does it have to do with the live history view. That could have changed things...
Secondly, and probably more importantly, how to only show recorded entities other than manually adding that label, and select based on the label....