hello,
Just a true or false option to convert a vertical “stack” as an accordion like this :
https://www.w3schools.com/howto/howto_js_accordion.asp
should be simple but very usefull
bye bye
hello,
Just a true or false option to convert a vertical “stack” as an accordion like this :
https://www.w3schools.com/howto/howto_js_accordion.asp
should be simple but very usefull
bye bye
Fold Entity Row:
Perfect ! thanks a lot
I tried https://github.com/thomasloven/lovelace-fold-entity-row and use the following code:
entities:
- type: custom:fold-entity-row
head: sensor.weather_yr_symbol
items:
- entity: sensor.weather_yr_temperature
name: Temperatuur
I use the name: row to translate the name of the sensor. How can I change the name of the head entity?