after upgrading from 104.1->105, i'm receiving this error message when i render lovelace ui
Unknown type encountered: entity-button.
type: entity-button
entity: script.message_via_alexa
name: Send
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.message_via_alexa
- type: entities
title: 'Alexa Message'
show_header_toggle: false
entities:
- type: entity-button
entity: script.message_via_alexa
name: Send
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.message_via_alexa
- entity: input_text.message
icon: mdi:cellphone-message
- entity: input_select.room
The fact that you were able to get away with that in an entities card was a bug itself. You'll need to use the full name. type: custom:hui-entity-button-card
I also have this same problem, and to me it seems a bug in Home Assistant Core. The Lovelance documentation says that the Entity Button is a valid card type:
https://www.home-assistant.io/lovelace/entity-button/
It is a valid card type, not row
Most helpful comment
The fact that you were able to get away with that in an entities card was a bug itself. You'll need to use the full name.
type: custom:hui-entity-button-card