Initial hallway UI. Button refactoring.

This commit is contained in:
2020-12-07 23:08:33 +02:00
parent 74337a6100
commit e404605127
20 changed files with 449 additions and 139 deletions
@@ -0,0 +1,11 @@
humidity_button:
type: custom:button-card
template: [small, progress]
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
icon: mdi:water-percent
variables:
min_value: 25
max_value: 90
normal_value: 40
high_value: 65
low_color: "var(--color-red)"