From 2f6e2436441513bd641b349bd37f82bca8d99ab2 Mon Sep 17 00:00:00 2001 From: Bartosz Dokurno Date: Thu, 18 Nov 2021 15:30:32 +0100 Subject: [PATCH] Document `hide_when_no_warning` in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e892cc0..93cd1a3 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Here is what configuration options mean: | `entity` | `string` | **Required** | An entity_id with weather alerts | | `integration` | `string` | `automatic` | Name of the integration. Available options: | | `override_headline` | `boolean` | `false` | Override headline proved by integration (if present) by generated one | +| `hide_when_no_warning` | `boolean` | `false` | Hide the card when no warning is active. This works like a [conditional card](https://www.home-assistant.io/lovelace/conditional/). | Example configuration for [Meteoalarm](https://www.home-assistant.io/integrations/meteoalarm/):