From 25fe4bef130ef71bb6ac5440895bfc945dc25933 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 1 Apr 2026 02:47:15 -0400 Subject: [PATCH] Add tornado warnings to long-term databases --- configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 7bb2a65..2e7aa6f 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -341,6 +341,7 @@ influxdb: - sensor.national_tornado_warnings - sensor.national_severe_thunderstorm_warnings - binary_sensor.severe_thunderstorm_warning + - binary_sensor.tornado_warning logbook: include: @@ -520,3 +521,4 @@ prometheus: - sensor.national_tornado_warnings - sensor.national_severe_thunderstorm_warnings - binary_sensor.severe_thunderstorm_warning + - binary_sensor.tornado_warning