Untitled

 avatar
unknown
plain_text
2 years ago
355 B
298
Indexable
type: markdown
content: >


  <center><font size='6'>

  The Washing Macine is

  </font>

  <font size='6' color='yellow'><B>


  {{ 'Running' if is_state('input_boolean.washing_machine_status', 'on') else
  'Idle' }}

  </font>
  
  
  
card_mod:
  style: |
    ha-card
      {background: transparent; 
       border-style: none;
Editor is loading...