Move weather to sensors

This commit is contained in:
2020-03-05 14:15:16 +02:00
parent 70c9a99f43
commit 40f785b61c
+66
View File
@@ -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"