#Oh lovely, CI is broken
1 messages ยท Page 1 of 1 (latest)
#core message same?
this seems related to aliases now having None as default value
ah, so its broken in multiple ways
@magic widget what's the reason aliases is a list of None now?
You gotta watch out for that now for some time when merging things
that's the default now
but why
because of new registry version
No I mean, why a list of None, what does that None tell us
None means use default generated name
why not empty?
because empty means empty
can you provide an example?
duh
Let me change the question, what is aliases used for, why where they empty, and why is [None] now the default, and what other values would it have and how would it reflect in the entity?
And I am not trying to doubt the decisions made, at this point I just want to understand what this means ๐
I always thought aliases was for google assistant/alexa
it used to always use friendly name as an alias automatically, now it doesn't
Alexa never used aliases
just Assist and Google Assistant
and why?
common Artur...
not sure what more information you need:
[None] - use the generated full name as an alias
[] - empty, no aliases
what is the generated full name as an alias? Device Name + Entity Name?
yes
and the user can remove it (the None) from the alias, and add it back?
once the frontend is done, yes
why is the PR merged before the frontend is ready?
frontend is done in stages, with multiple PRs, the major one was merged