postlund/search-card

HAOS 2023.11 Seems to Break Custom Search Card

robertoleonardo opened this issue · 12 comments

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]

Yeah broke mine as well

@postlund any chance of looking into this issue please?

mjmeli commented

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

mjmeli commented

@postlund I have created PR #45 with a fix

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.

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.

mjmeli commented

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.

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

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