From 45a25a64e0fdf64958de7658cbcaed74b2c6d404 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 30 Mar 2022 17:22:28 -0400 Subject: [PATCH] Moved weatheralerts sensor to keep weather things together --- packages/custom_weather.yaml | 4 ++++ sensor.yaml | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index d7d6ed7..a5a5c4c 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -50,3 +50,7 @@ sensor: - sunset_time - nearest_storm_bearing - alerts + - platform: weatheralerts + state: OH + zone: 4 + county: 39 diff --git a/sensor.yaml b/sensor.yaml index 9b76832..a741dfc 100644 --- a/sensor.yaml +++ b/sensor.yaml @@ -1,7 +1,3 @@ -- platform: weatheralerts - state: OH - zone: 4 - county: 39 - platform: twitch_helix client_id: !secret twitch_client_id client_secret: !secret twitch_client_secret