mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
Use small buttons
This commit is contained in:
@@ -339,28 +339,28 @@ sensor.average_temperature:
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.multisensor_6_temperature
|
||||
name: Living room
|
||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.trisensor_temperature
|
||||
name: Desk
|
||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.living_room_thermostat_temperature
|
||||
name: Radiator
|
||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.bedroom_weather_temperature
|
||||
name: Bedroom
|
||||
@@ -369,28 +369,28 @@ sensor.average_temperature:
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.kitchen_weather_temperature
|
||||
name: Kitchen
|
||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.bathroom_weather_temperature
|
||||
name: Bathroom
|
||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.hallway_weather_temperature
|
||||
name: Hallway
|
||||
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.guest_bedroom_weather_temperature
|
||||
name: G. Bedroom
|
||||
@@ -416,7 +416,7 @@ sensor.average_humidity:
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.multisensor_6_relative_humidity
|
||||
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||
@@ -429,7 +429,7 @@ sensor.average_humidity:
|
||||
low_color: "var(--color-red)"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.bedroom_weather_humidity
|
||||
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||
@@ -442,7 +442,7 @@ sensor.average_humidity:
|
||||
low_color: "var(--color-red)"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.kitchen_weather_humidity
|
||||
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||
@@ -457,7 +457,7 @@ sensor.average_humidity:
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.bathroom_weather_humidity
|
||||
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||
@@ -470,7 +470,7 @@ sensor.average_humidity:
|
||||
low_color: "var(--color-red)"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.hallway_weather_humidity
|
||||
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||
@@ -483,7 +483,7 @@ sensor.average_humidity:
|
||||
low_color: "var(--color-red)"
|
||||
- type: custom:button-card
|
||||
template:
|
||||
- xs
|
||||
- small
|
||||
- progress
|
||||
entity: sensor.guest_bedroom_weather_humidity
|
||||
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
|
||||
|
||||
Reference in New Issue
Block a user