Try this…
type: picture-elements
image: /api/image/serve/3bfa961a2455ba030963677d2748f90a/512x512
elements:
- type: state-label
entity: binary_sensor.bthome_sensor_df42_window
icon: mdi:cloud
style:
left: 21%
top: 91%
card_mod:
style:
hui-state-label-element:
$: |
div {
color: {{ 'green' if is_state('binary_sensor.bthome_sensor_df42_window', 'on') else 'red' }}
}
Check out this thread