I just edited my card, and buttons in bottom went all vertical, they used to be horizontal. How do i get them back ?
I duplicated the one with horizontal buttons and it immediately did the same.
Here is code as requested :
type: custom:vertical-stack-in-card
cards:
- show_state: false
show_name: false
camera_view: auto
fit_mode: cover
type: picture-entity
entity: camera.backyard_sd_stream
tap_action:
action: more-info
hold_action:
action: none
camera_image: camera.backyard_sd_stream
- type: custom:vertical-stack-in-card
cards:
- type: tile
name: Privacy
tap_action:
action: toggle
entity: switch.backyard_privacy
features_position: bottom
vertical: false
- type: tile
name: Motion
entity: select.backyard_motion_detection
features_position: bottom
vertical: false
tap_action:
action: more-info
- type: tile
name: Movement
tap_action:
action: more-info
entity: binary_sensor.backyard_cell_motion_detection
features_position: bottom
vertical: false
hide_state: true
show_entity_picture: false