From bf0579b2cf487bccdf101030110c7e05d1161fc4 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Sat, 14 Mar 2020 23:57:24 +0200 Subject: [PATCH] Make youtube icon red --- lovelace/04_media.yaml | 5 +++++ ui-lovelace.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lovelace/04_media.yaml b/lovelace/04_media.yaml index 13522e5..b9da201 100644 --- a/lovelace/04_media.yaml +++ b/lovelace/04_media.yaml @@ -5,6 +5,10 @@ icon: mdi:play-circle-outline badges: [] cards: - type: entities + style: | + ha-icon { + color: red; + } title: Youtube controls icon: mdi:youtube show_header_toggle: false @@ -40,6 +44,7 @@ cards: service: script.youtube_play_latest_pds - type: custom:text-element text: "${states['sensor.philip_defranco'].state}" + - type: custom:text-element text: "Available:" - type: custom:text-element diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 27a44a6..8c76d7a 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -16,7 +16,7 @@ resources: - type: module url: /community_plugin/circle-sensor-card/circle-sensor-card.js - type: module - url: /community_plugin/lovelace-card-mod/card-mod.js + url: /hacsfiles/lovelace-card-mod/card-mod.js - type: js url: /community_plugin/light-entity-card/light-entity-card.js - type: module