Added Pirate Weather custom integration
This commit is contained in:
@@ -9,4 +9,8 @@ weather:
|
|||||||
wind_speed_template: "{{ states('sensor.wind_speed') | float }}"
|
wind_speed_template: "{{ states('sensor.wind_speed') | float }}"
|
||||||
wind_bearing_template: "{{ states('sensor.wind_direction') | float }}"
|
wind_bearing_template: "{{ states('sensor.wind_direction') | float }}"
|
||||||
visibility_template: "{{ states('sensor.kdfi_visibility') | float }}"
|
visibility_template: "{{ states('sensor.kdfi_visibility') | float }}"
|
||||||
attribution_template: "Weather data from Iron Nerd's custom weather station template"
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user