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