From 69fb2be545b39ce19bd8c755ba983a0738bbaac2 Mon Sep 17 00:00:00 2001 From: Bartosz Dokurno Date: Fri, 5 Jan 2024 10:50:10 +0100 Subject: [PATCH] Update README card-mod example to car-mod 3.4.0 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea71ad3..31ee4de 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,11 @@ type: custom:meteoalarm-card entities: entity: binary_sensor.meteoalarm integration: meteoalarm -style: | - ha-card { - --inactive-background-color: blue; - } +card_mod: + style: | + ha-card { + --inactive-background-color: blue; + } ``` Which produces result: