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

HAOS 2023.11 Seems to Break Custom Search Card #44

Open
robertoleonardo opened this issue Nov 2, 2023 · 12 comments
Open

HAOS 2023.11 Seems to Break Custom Search Card #44

robertoleonardo opened this issue Nov 2, 2023 · 12 comments

Comments

@robertoleonardo
Copy link

robertoleonardo commented Nov 2, 2023

Not sure if anyone's still monitoring this repo, but is sure hope so -- have come to rely on this card.

i just updated to today's 2023.11 core update and it seems o have broken my search card. the search icon and the little x are all out of alignment and there doesn't seem to be any clickable text entry space. here's what it looks like:

image

below is the config that has worked for the 2 years or so since i found search card...until just now when i updated. any chance someone is still working on this that is able to fix look into it? thanks!

type: custom:search-card
card_mod:
  style: |
    ha-card {
      margin: -1px 0px -14px 0px;
      padding: 0px -5px;
    }
max_results: 10
actions:
  - matches: ^toggle (.+\..+)
    name: Toggle {1}
    service: homeassistant.toggle
    service_data: {}
    entity_id: {1} 
excluded_domains:
  - update
  - automation

[and yes - i've tried making big changes to that card mod configuration, and removing it altogether -- while it moved the icon around, i still couldn't find any space to enter text and the x button was still right next to the icon]

@cloudbr34k84
Copy link

Yeah broke mine as well

@cloudbr34k84
Copy link

@postlund any chance of looking into this issue please?

@postlund
Copy link
Owner

postlund commented Nov 2, 2023

@mjmeli
Copy link
Contributor

mjmeli commented Nov 2, 2023

Looks like paper-input was finally fully deprecated. This was supposed to be removed last year.

@mjmeli
Copy link
Contributor

mjmeli commented Nov 2, 2023

@postlund I have created PR #45 with a fix

@TheSimTek
Copy link

As suggested, I changed all the "paper-input" to "ha-textfield" but still cannot get the TTS/Text Input field to reappear after restarting home assistant. Anyone got a file I can download and use or compare to mine. Thanks.

@robertoleonardo
Copy link
Author

robertoleonardo commented Nov 5, 2023 via email

@TheSimTek
Copy link

TheSimTek commented Nov 5, 2023

you can just update the card -- the repo has it fixed

-- rob lee m: 310.431.1619

Thanks Robertolenardo. I have downloaded the card and added it again but still not tts field.

@robertoleonardo
Copy link
Author

robertoleonardo commented Nov 5, 2023 via email

@mjmeli
Copy link
Contributor

mjmeli commented Nov 5, 2023

As suggested, I changed all the "paper-input" to "ha-textfield" but still cannot get the TTS/Text Input field to reappear after restarting home assistant. Anyone got a file I can download and use or compare to mine. Thanks.

It sounds like you're talking about a different card. The TTS text field is in a different repo.

@TheSimTek
Copy link

opps, mjmeli is correct. I was looking at the mini-player card. thanks.

@backslashV
Copy link

Hi,
Even after the fix, the card doesn't look right.
image
Any clues?

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

No branches or pull requests

6 participants