From 3b5df0ad864fbec10a270957fd2463a22519207f Mon Sep 17 00:00:00 2001 From: darthsandmann Date: Mon, 1 Aug 2022 02:11:03 +0200 Subject: [PATCH] dashboard fixes --- lovelace/overview/climate.yaml | 4 +--- lovelace/overview/welcome.yaml | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lovelace/overview/climate.yaml b/lovelace/overview/climate.yaml index 80b027d..f5418f9 100644 --- a/lovelace/overview/climate.yaml +++ b/lovelace/overview/climate.yaml @@ -2,13 +2,11 @@ template: card_title name: Climate + - type: 'custom:button-card' template: card_generic entity: sensor.climate_temp_recommendation -- type: custom:button-card - template: custom_card_httpedo13_sun - - type: custom:simple-weather-card entity: weather.pirateweather diff --git a/lovelace/overview/welcome.yaml b/lovelace/overview/welcome.yaml index 7606d81..917caaf 100644 --- a/lovelace/overview/welcome.yaml +++ b/lovelace/overview/welcome.yaml @@ -37,4 +37,8 @@ icon: "mdi:lightbulb-group-off-outline" icon_color: "red" name: "All Off" - bg_color: "red" \ No newline at end of file + bg_color: "red" + + +- type: custom:button-card + template: custom_card_httpedo13_sun \ No newline at end of file