I have this table to display the battery level of all my battery powered zigbee devices: ```yaml
views:
- title: Batteri
type: panel
cards:- type: custom:auto-entities
card:
type: custom:flex-table-card
clickable: true
sort_by:
- state
columns:
- name: Device
data: friendly_name
- name: Battery %
data: state
strict: true
filter:
include:
- domain: sensor
attributes:
device_class: battery
exclude:
- integration: mobile_app
- type: custom:auto-entities
Is it possible to specify different colors for the rows of different battery levels? e.g. <30% = marked red <50% marked yellow?