From 452bcdedee7bd3fe6860cf3a2b7cb7175c126b94 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 30 Mar 2022 17:01:07 -0400 Subject: [PATCH] Added Pirate Weather custom integration --- packages/custom_weather.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 1165a29..8b9ec4e 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -9,4 +9,8 @@ weather: wind_speed_template: "{{ states('sensor.wind_speed') | float }}" wind_bearing_template: "{{ states('sensor.wind_direction') | float }}" visibility_template: "{{ states('sensor.kdfi_visibility') | float }}" - attribution_template: "Weather data from Iron Nerd's custom weather station template" \ No newline at end of file + attribution_template: "Weather data from Iron Nerd's custom weather station template" + - platform: pirateweather + api_key: !secret pirate_weather_api + mode: "daily" + name: Iron Nerd Studios