-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ESPHome and VoIP Assist satellite entity names #126229
Conversation
Hey there @balloob, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hey there @OttoWinter, @jesserockz, @kbx81, @bdraco, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
_attr_has_entity_name = True | ||
_attr_name = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it has this, it should just have the device name 🤔 where does None
come from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mine had a none in the entity id, but not the name. So maybe it got that before I added these attributes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On your dev env? Can you try setting up a new entity and if that has the same?
Do you have a device attached to the entity?
8f6448d
to
d3c97ee
Compare
Tested again, and this PR fixes the |
Co-authored-by: Paulus Schoutsen <[email protected]>
Breaking change
Proposed change
Assist satellite entity names for ESPHome and VoIP previous had "None" in their names. With this change, they will now be called "Assist satellite".
Cleans up the VoIP entity description and
strings.json
too.Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: