Untitled

 avatar
unknown
plain_text
2 years ago
194 B
7
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...