Skip to content
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

Revert changing the media player's name #333

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

kahrendt
Copy link
Contributor

#326 changed the media player name to None in order to use the device's name, but this causes a breaking change with the entity id in HA. This reverts that change.

This closes #331, as it should no longer make the breaking change for future users updating.

Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@kahrendt kahrendt marked this pull request as ready for review February 20, 2025 13:26
@@ -1432,7 +1432,7 @@ speaker:
media_player:
- platform: speaker
id: external_media_player
name: None
name: Media Player
Copy link

@marcelveldt marcelveldt Feb 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not the name causing this, but the id nvm

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to 25.2.0 (beta) recreate the media-player entity
3 participants