Rename button templates

This commit is contained in:
2020-12-08 10:46:05 +02:00
parent 2df7f48e76
commit 5b538146fa
16 changed files with 101 additions and 101 deletions
@@ -88,7 +88,7 @@
- type: horizontal-stack
cards:
- type: custom:button-card
template: small
template: regular
entity: media_player.living_room_tv
name: TV
icon: mdi:television
@@ -276,12 +276,12 @@
- type: horizontal-stack
cards:
- type: custom:button-card
template: [small, progress]
template: [regular, progress]
entity: sensor.average_temperature
icon: mdi:thermometer
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template: [small, progress]
template: [regular, progress]
entity: sensor.average_humidity
icon: mdi:water-percent
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"