Untitled
unknown
plain_text
3 years ago
355 B
308
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...