Update Guest bedroom dashboard

This commit is contained in:
2021-10-13 21:54:56 +03:00
parent ffa760ed9d
commit c44a506f09
3 changed files with 25 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
layout-card: layout-card:
.: | .: |
* { * {
--primary-color: #188A9C --primary-color: #0040A0
} }
$: $:

View File

@@ -347,6 +347,29 @@ sensor.hallway_weather_humidity:
- left_name: Temperature - left_name: Temperature
- right_entity: sensor.hallway_weather_pressure - right_entity: sensor.hallway_weather_pressure
sensor.guest_bedroom_weather_temperature:
title: Guest Bedroom Temperature
card:
type: custom:decluttering-card
template: climate_card
variables:
- main_entity: sensor.guest_bedroom_weather_temperature
- left_entity: sensor.guest_bedroom_weather_humidity
- right_entity: sensor.guest_bedroom_weather_pressure
sensor.guest_bedroom_weather_humidity:
title: Guest Bedroom Humidity
card:
type: custom:decluttering-card
template: climate_card
variables:
- main_entity: sensor.guest_bedroom_weather_humidity
- main_name: Humidity
- left_entity: sensor.guest_bedroom_weather_temperature
- left_name: Temperature
- right_entity: sensor.guest_bedroom_weather_pressure
sensor.purifier_air_quality: sensor.purifier_air_quality:
title: Bedroom air quality title: Bedroom air quality
card: card:

View File

@@ -50,7 +50,7 @@ views:
path: guest_bedroom path: guest_bedroom
icon: "mdi:numeric-2-box-outline" icon: "mdi:numeric-2-box-outline"
panel: true panel: true
background: '#188A9C' background: '#0040A0'
cards: !include lovelace/home_dashboard/guest_bedroom_dashboard.yaml cards: !include lovelace/home_dashboard/guest_bedroom_dashboard.yaml
theme: sarah-noctis-grey theme: sarah-noctis-grey
- title: Preferences - title: Preferences