From c57f180812e8fa45e44047654d955c7415006a57 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 1 Jan 2020 14:40:55 +0100 Subject: [PATCH] Replaced button component --- automation/themes.yaml | 2 +- ui-lovelace.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/automation/themes.yaml b/automation/themes.yaml index 96677b0b..4ea9c42e 100644 --- a/automation/themes.yaml +++ b/automation/themes.yaml @@ -18,7 +18,7 @@ data_template: name: >- {% if trigger.to_state.state == 'on' %} - midnight + midnight_blue {% else %} default {% endif %} diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 62239565..76b649d0 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -5,9 +5,7 @@ title: Casa Ravera-Testa resources: - - url: /local/custom-cards/tracker-card.js?track=true - type: module - - url: /local/custom-cards/button-card.js + - url: /community_plugin/button-card/button-card.js type: module views: -- 2.47.3