mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
67 lines
1.5 KiB
YAML
67 lines
1.5 KiB
YAML
# https://www.home-assistant.io/integrations/weather.darksky
|
|
weather:
|
|
- platform: darksky
|
|
api_key: !secret darksky_key
|
|
mode: daily
|
|
|
|
sensor:
|
|
- platform: darksky
|
|
api_key: !secret darksky_key
|
|
scan_interval: "00:15:00"
|
|
forecast:
|
|
- 0
|
|
- 1
|
|
- 2
|
|
- 3
|
|
- 4
|
|
- 5
|
|
- 6
|
|
monitored_conditions:
|
|
- summary
|
|
- minutely_summary
|
|
- hourly_summary
|
|
- daily_summary
|
|
- precip_type
|
|
- precip_intensity
|
|
- precip_intensity_max
|
|
- precip_probability
|
|
- precip_accumulation
|
|
- temperature
|
|
- temperature_high
|
|
- temperature_low
|
|
- apparent_temperature
|
|
- apparent_temperature_high
|
|
- apparent_temperature_low
|
|
- wind_speed
|
|
- wind_gust
|
|
- wind_bearing
|
|
- cloud_cover
|
|
- dew_point
|
|
- visibility
|
|
- icon
|
|
- humidity
|
|
- pressure
|
|
- ozone
|
|
- uv_index
|
|
- nearest_storm_distance
|
|
- nearest_storm_bearing
|
|
- alerts
|
|
|
|
#
|
|
# ─── CUSTOMIZATION ──────────────────────────────────────────────────────────────
|
|
#
|
|
|
|
homeassistant:
|
|
customize:
|
|
sensor.bedroom_weather_power:
|
|
friendly_name: Bedroom weather battery
|
|
|
|
sensor.bedroom_weather_temperature:
|
|
friendly_name: Bedroom temperature
|
|
|
|
sensor.bedroom_weather_pressure:
|
|
friendly_name: Bedroom pressure
|
|
|
|
sensor.bedroom_weather_humidity:
|
|
friendly_name: Bedroom humidity
|