Move config out of subfolder

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent addfa33f6f
commit 1ae0c6d0b8
221 changed files with 0 additions and 0 deletions
@@ -0,0 +1,13 @@
v3_button_purifier:
template: v3_button
state_display: |
[[[
if (entity.state === 'off') { return 'Off'; }
if (!entity.attributes.preset_mode) { return 'Unknown preset'; }
return entity.attributes.preset_mode.charAt(0).toUpperCase() + entity.attributes.preset_mode.slice(1);
]]]
variables:
value_has_error: |
[[[
return states['binary_sensor.purifier_filter_needs_change'].state === 'on';
]]]