Hello, i am quite new to HA but having it installed for two years now. mea culpa
I finally started with adding all my smart things into HA and playing around. Works good so far.
I made myself a card with entities for all my window covers.
I would like to see when the last change was made, which is no problem due to:
“secondary_info: last-changed”
but i would love to see the positon too.
After searching google I found " multiple-entity-row" and thought “This is what I am looking for”
Installing went quite good.
I don’t get it to work.
In my opinion something like this from the documentation should work:
- type: section
- entity: sensor.bedroom_temperature
type: custom:multiple-entity-row
name: Customization
icon: mdi:fire
unit: °F
secondary_info: last-changed
entities:- entity: sensor.bedroom_max_temp
name: custom name
unit: temp
- entity: sensor.bedroom_max_temp
- entity: sensor.bedroom_temperature
I just changed the “sensor.bedroom_temperature” to my “cover.buero” but I always get error “bad indentation of a mapping entry”
Any ideas?
1 post - 1 participant