Okay so there has been a number of people complaining about how their pages don’t load given the number of entities they have. Mine load fine by the way
So I thought I’d count mine; so I played in the templating tool : -
As what remains of my hair is an endangered species, I thought I’d ask any of the brain trust “what stupid assumption have I made ?”
Thanks for ANY input
Well I get the exact same numbers for your for loop so I’d guess we’re counting not the list of [say] automations but a list of maybe attributes to the automation domain or something like this?
I don’t understand your for loop so I won’t even venture to tell you what you need to change, but hopefully the above comment steers you in the right direction. That’s a pretty cool formula (when it’ll work)
Yep I agree, they are generally meaningless numbers at the end of the day but I do like to track how my HA is growing as my OCD kicks into a different gear over time
Thanks
BTW : -
{%- set unique_domains = states | map(attribute='domain') | list | unique | list -%}
{%- for dom in unique_domains -%}
{{ dom ~ '\n' }}
{%- endfor -%}
Just gives you a list of the domains on your instance
But how many of yours are missing because they are in AppDaemon ?
Do you get a count of AD entities even ?
Anyway I’d be happy to have just 1 (or lower) of everything as long as I had everything working “just as I want it” (come back to me in 10 years
BTW Teras has been doing this at least 10 years and he still says he hasn’t finished 8-0
I don’t have a single entity that lives only in AppDaemon and not in HA. And anyway I would prefer to also have less entities in HA, more entities → more entities that can malfunction → more time for maintenance → less time for AppDaemon
Will we ever be done? What will we do with our lives when our home automation is done ?