Hi, i’m trying to use the custom module: fold-entity-row. I’ve the last version of the module and card-tools. I’m using home assistant versione 0.91.3 and hassio.
When i try to use a input_datetime in the head, i’ve this error: Custom element doesn’t exist: hui-input-datetime-entity-row.
I’ve problems with also input_datime in the entities list.
This is my code:
- title: Alarm clock
cards:
- type: entities
entities:
- type: 'custom:fold-entity-row'
head: input_datetime.colazione
entities:
- input_datetime.colazione
- input_datetime.pranzo
- input_datetime.merenda
- input_datetime.cena
- input_datetime.preninna
And this is an image of the error:
I’ve no error in console.
What i need to do? Maybe i need to install another component?
This is the list of component i’ve installed:
resources:
- url: /local/web.css
type: css
- url: /local/atomic-calendar.js
type: module
- url: /local/card-tools.js
type: js
- url: /local/card-mod.js
type: module
- url: /local/fold-entity-row.js
type: module