i'm trying to make this conditional one square
- text: Test
type: custom:text-divider-row
- type: vertical-stack
cards:
- type: conditional
conditions:
- condition: state
entity: sensor.badevarelse_batteri
state: unavailable
- condition: or
conditions:
- condition: numeric_state
entity: sensor.badevarelse_batteri
below: 90
- type: gauge
entity: sensor.badevarelse_batteri
just like this one: