mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 09:01:22 +00:00
16 lines
305 B
YAML
Executable File
16 lines
305 B
YAML
Executable File
- platform: darksky
|
|
api_key: !secret forecast_key
|
|
|
|
monitored_conditions:
|
|
- summary
|
|
# - precip_type
|
|
- precip_intensity
|
|
- temperature
|
|
# - dew_point
|
|
# - wind_speed
|
|
# - wind_bearing
|
|
# - cloud_cover
|
|
- humidity
|
|
# - pressure
|
|
# - visibility
|
|
# - ozone |