Removed Pirateweather from configs, as it is now handled by the UI
This commit is contained in:
@ -11,58 +11,8 @@ weather:
|
|||||||
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"
|
||||||
ozone_template: "{{ states('sensor.pirateweather_ozone') | float }}"
|
ozone_template: "{{ states('sensor.pirateweather_ozone') | float }}"
|
||||||
- platform: pirateweather
|
|
||||||
api_key: !secret pirate_weather_api
|
|
||||||
mode: "daily"
|
|
||||||
name: Iron Nerd Studios
|
|
||||||
- platform: pirateweather
|
|
||||||
api_key: !secret pirate_weather_api
|
|
||||||
mode: "hourly"
|
|
||||||
name: Iron Nerd Studios Hourly
|
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
# - platform: template
|
|
||||||
# sensors:
|
|
||||||
# pirateweather_pressure_inhg:
|
|
||||||
# friendly_name: Pirateweather Pressure inHg
|
|
||||||
# device_class: pressure
|
|
||||||
# unit_of_measurement: 'inHg'
|
|
||||||
# value_template: "{{ (states('sensor.pirateweather_pressure') | float * 0.029529983071445) | round(2) }}"
|
|
||||||
- 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
|
|
||||||
units: us
|
|
||||||
- platform: weatheralerts
|
- platform: weatheralerts
|
||||||
state: OH
|
state: OH
|
||||||
zone: 4
|
zone: 4
|
||||||
|
Reference in New Issue
Block a user