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