bernikr / lovelace-notify-card

Send notifications directly from the dashboard
MIT License
45 stars 16 forks source link

No longer works after updating from 2023.10.5 to 2023.11.0b0 #19

Closed TonyOneZero closed 11 months ago

TonyOneZero commented 11 months ago

No longer works after updating from 2023.10.5 to 2023.11.0b0. As you can see in the picture, the text line for entering the text is missing.

image
bernikr commented 11 months ago

So, unfortunatly I dont have the time to fix this for a few weeks. But from what I found out it seems that the polymer paper-input textfield was deprecated and replaced by ha-textfield. Unfortunatly I don't know if it is a drop in replacement, especially with regard to the send button, so this card will stay broken until I have more time to commit to this or someone else submits a tested pull request.

LookedPath commented 11 months ago

@bernikr I've just submitted a pull request, the best I could do without tinkering too much is to have the button show on the outside of the text input but everything seems to be working fine.

image

cataseven commented 11 months ago

@bernikr I've just submitted a pull request, the best I could do without tinkering too much is to have the button show on the outside of the text input but everything seems to be working fine.

image

How can I use card-mod for this version? ha-card no longer work

LookedPath commented 11 months ago

@bernikr I've just submitted a pull request, the best I could do without tinkering too much is to have the button show on the outside of the text input but everything seems to be working fine. image

How can I use card-mod for this version? ha-card no longer work

Since I don't use card-mod I don't know why it doesn't work anymore, you would need to have a look at the browser console to see if there's any errors

TonyOneZero commented 11 months ago

@cataseven Error already fixed. You just have to reinstall the card. Unfortunately, no update is displayed in HACS, so this must be done manually by reinstalling the card

cataseven commented 11 months ago

@TonyOneZero

On previous version I was using below code to hide border of text field. So text field and background looks like "merged". No longer work

card_mod: style: | ha-card { box-shadow: 0px 0px !important; color: #2cd669; border-style: none
}

image