mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-10 10:24:42 +00:00
Refactor modules - use folders, add climate
This commit is contained in:
@@ -0,0 +1,66 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user