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

TTS / Text Input Field Disappeared #103220

Closed
sonyboypatrick opened this issue Nov 2, 2023 · 7 comments
Closed

TTS / Text Input Field Disappeared #103220

sonyboypatrick opened this issue Nov 2, 2023 · 7 comments

Comments

@sonyboypatrick
Copy link

sonyboypatrick commented Nov 2, 2023

The problem

Hello everybody,

after updating to 2023.11 all text input fields are gone from the ui. Normally I use the mini.media-player card and the tts feature to send messages to amazon echo devices. This bug occurs not only on the mini-media-player card, its the same for text-input-row or the notify card (see this bernikr/lovelace-notify-card#19). It seems to be a general problem with the new release.

image

What version of Home Assistant Core has the issue?

core-2023.11.0

What was the last working version of Home Assistant Core?

core-2023.10.5

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Media Player

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

type: custom:mini-media-player
entity: media_player.echo_dot_badezimmer
artwork: none
group: false
tts:
   platform: alexa
enity_id: media_player.echo_dot_badezimmer
hide:
   icon: true
   source: true
   progress: true
   controls: true
   volume: true
   info: true
   power: true
   name: true

Anything in the logs that might be useful for us?

No response

Additional information

No response

@mib1185
Copy link
Contributor

mib1185 commented Nov 2, 2023

these are all custom frontend components.
if simple things like clearing the browser cache does not fix it, you should report this issue to the maintainers/projects of these custom components.

@odin6796
Copy link

odin6796 commented Nov 2, 2023

Same here, all text input fields are gone from the ui.

@bernikr
Copy link

bernikr commented Nov 2, 2023

For any custom card devs stumbling upon this thread:

The breaking change is that paper-input was removed and most likely (for a normal textfield) has to be replaced by ha-textfield

@JoelTR
Copy link

JoelTR commented Nov 4, 2023

I'm experiencing the same issue. Hopefully, this will soon be fixed. It would also be great if somebody provides a fix or workaround. For now, I am going back to core 2023.10.5.

@mjmeli
Copy link

mjmeli commented Nov 4, 2023

I imagine it's unlikely this will be fixed. Paper elements were deprecated in February 2022 (https://developers.home-assistant.io/blog/2022/02/18/paper-elements/). I'm not sure why they didn't actually break until 2023.11 - I guess the actual removal only just happened - but these have been unsupported for almost 2 years at this point. The fix is to reach out to the custom component author and have them switch to a ha-textfield. I just did a fix in postlund/search-card#45, it's pretty straightforward.

@JoelTR
Copy link

JoelTR commented Nov 4, 2023

Thanks for the info.

@sonyboypatrick
Copy link
Author

Thanks for your input, kalkih/mini-media-player#786 fixes my problem. I will close this.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants