Jak utworzyć poziomy stos z ta karta, bardzo proszę o pomoc.
type: 'custom:card-templater'
card:
type: picture-entity
name_template: '{{ states.sensor.bio_zielone.attributes.days }} days'
show_name: true
show_state: false
entity: sensor.bio_zielone
state_image:
'0': /local/community/kontenery/bio_today.png
'1': /local/community/kontenery/bio_tomorrow.png
'2': /local/community/kontenery/bio_off.png
entities:
- sensor.bio_zielone
szopen
2
type: horizontal-stack
cards:
- type: 'custom:card-templater'
card:
type: picture-entity
name_template: '{{ states.sensor.bio_zielone.attributes.days }} days'
show_name: true
show_state: false
entity: sensor.bio_zielone
state_image:
'0': /local/community/kontenery/bio_today.png
'1': /local/community/kontenery/bio_tomorrow.png
'2': /local/community/kontenery/bio_off.png
entities:
- sensor.bio_zielone
- type: 'custom:card-templater'
card:
type: picture-entity
name_template: '{{ states.sensor.bio_zielone.attributes.days }} days'
show_name: true
show_state: false
entity: sensor.bio_zielone
state_image:
'0': /local/community/kontenery/bio_today.png
'1': /local/community/kontenery/bio_tomorrow.png
'2': /local/community/kontenery/bio_off.png
entities:
- sensor.bio_zielone
szopen
4
Nie wiem czy to chciałeś uzyskać, ale tak się tworzy horizontal-stack, czyli poziomy stos.