Looking to combine these 2 data points as a single line?
type: custom:stack-in-card
keep:
margin: false
box_shadow: false
background: false
cards:
- type: grid
square: false
columns: 2
cards:
- type: custom:mushroom-template-card
style: |
ha-card {
padding-bottom: 1px !important;
}
primary: Filey Tides
icon: mdi:waves
icon_color: blue
tap_action: none
- type: custom:mushroom-chips-card
style: |
ha-card {
--chip-box-shadow: none;
--chip-background: none;
}
alignment: left
- type: custom:mushroom-chips-card
style: |
ha-card {
--chip-box-shadow: none;
--chip-background: none;
}
alignment: left
chips:
- type: template
double_tap_action:
action: none
content: State - {{ states(entity) }}
entity: sensor.filey_tide
icon: mdi:waves
icon_color: red
tap_action:
action: none
hold_action:
action: none
- type: custom:mini-graph-card
entities:
- entity: sensor.filey_tide
attribute: next_high_tide_in
name: High Tide
color: '#2196f3'
- entity: sensor.filey_tide
attribute: next_low_tide_in
name: Low Tide
color: '#f44336'
hours_to_show: 24
line_width: 3
font_size: 50
animate: true
show:
name: false
icon: false
state: false
legend: false
fill: fade