Untitled

Anonymous
plain_text
04/07/2023 7:22 PM
260 B
14
Indexable
type: custom:mushroom-person-card
entity: person.adam_2
card_mod:
  style: |
    ha-card { 
      background-color: {{ '#CB4335' if is_state('person.adam_2', 'not_home') else '#FFAAA' }};
    }
Editor is loading...