From acc6d5ff39c6d1e6de416b94d7e4b59fe0786ef1 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 30 Mar 2022 17:18:23 -0400 Subject: [PATCH] Added Pirate Weather sensor --- packages/custom_weather.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 8b9ec4e..d7d6ed7 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -14,3 +14,39 @@ weather: api_key: !secret pirate_weather_api mode: "daily" name: Iron Nerd Studios + +sensor: + - platform: pirateweather + api_key: !secret pirate_weather_api + scan_interval: '00:15:00' + monitored_conditions: + - icon + - temperature + - precip_probability + - precip_type + - humidity + - cloud_cover + - nearest_storm_distance + - precip_intensity + - wind_speed + - precip_accumulation + - apparent_temperature + - dew_point + - wind_gust + - wind_bearing + - pressure + - ozone + - minutely_summary + - hourly_summary + - daily_summary + - temperature_high + - temperature_low + - apparent_temperature_high + - apparent_temperature_low + - precip_intensity_max + - uv_index + - moon_phase + - sunrise_time + - sunset_time + - nearest_storm_bearing + - alerts