From 898d26f056f978c632e53cdbc5efccb9acd89ee3 Mon Sep 17 00:00:00 2001 From: 31c0fe9c6dbd74bcdde92e1d2aaa03e1d272f75f Date: Sat, 14 May 2022 08:26:56 +1000 Subject: [PATCH] Home Assistant Git Exporter --- lovelace/lovelace.bos_office.yaml | 6 ++++ lovelace/lovelace.lovelace_sensors.yaml | 46 +++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/lovelace/lovelace.bos_office.yaml b/lovelace/lovelace.bos_office.yaml index 3ee7940..2396bb5 100644 --- a/lovelace/lovelace.bos_office.yaml +++ b/lovelace/lovelace.bos_office.yaml @@ -26,6 +26,12 @@ config: type: entity - entity: sensor.bo_s_office_simmerzone type: entity + - entity: weather.home_weather + show_conditions: true + show_temperature: true + type: weather + - entity: sensor.bo_s_office_heatindex + type: entity type: custom:mushroom-chips-card - card: type: entities diff --git a/lovelace/lovelace.lovelace_sensors.yaml b/lovelace/lovelace.lovelace_sensors.yaml index 1e7e5d2..88920da 100644 --- a/lovelace/lovelace.lovelace_sensors.yaml +++ b/lovelace/lovelace.lovelace_sensors.yaml @@ -334,3 +334,49 @@ config: type: custom:auto-entities theme: Backend-selected title: Recently changed + - badges: [] + cards: + - entities: + - entity: sensor.ble_temperature_living_room_a4c1382a9b6e + - entity: sensor.ble_humidity_living_room_a4c1382a9b6e + - entity: sensor.living_room_dewpoint + - entity: sensor.living_room_perception + - entity: sensor.living_room_simmerindex + - entity: sensor.living_room_simmerzone + - entity: sensor.living_room_heatindex + - entity: sensor.living_room_dewpoint + - entity: sensor.living_room_frostpoint + - entity: sensor.living_room_absolutehumidity + title: Living Room + type: history-graph + - entities: + - entity: sensor.ble_temperature_bos_office_a4c1380f0b98 + - entity: sensor.ble_humidity_bos_office_a4c1380f0b98 + - entity: sensor.bo_s_office_dewpoint + - entity: sensor.bo_s_office_perception + - entity: sensor.bo_s_office_simmerindex + - entity: sensor.bo_s_office_simmerzone + - entity: sensor.bo_s_office_heatindex + - entity: sensor.bo_s_office_dewpoint + - entity: sensor.bo_s_office_frostpoint + - entity: sensor.bo_s_office_absolutehumidity + title: Bo's Office + type: history-graph + - entities: + - entity: sensor.ble_temperature_ris_office_a4c138e78afe + - entity: sensor.ble_humidity_ris_office_a4c138e78afe + - entity: sensor.ri_s_office_dewpoint + - entity: sensor.ri_s_office_perception + - entity: sensor.ri_s_office_simmerindex + - entity: sensor.ri_s_office_simmerzone + - entity: sensor.ri_s_office_heatindex + - entity: sensor.ri_s_office_dewpoint + - entity: sensor.ri_s_office_frostpoint + - entity: sensor.ri_s_office_absolutehumidity + title: Ri's Office + type: history-graph + icon: mdi:home-thermometer-outline + path: thermal-comfort + theme: Backend-selected + title: Thermal Comfort + type: custom:horizontal-layout