You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.darksky.markdown
+1-22Lines changed: 1 addition & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -32,34 +32,13 @@ sensor:
32
32
- summary
33
33
- icon
34
34
- nearest_storm_distance
35
-
- nearest_storm_bearing
36
-
- precip_type
37
-
- precip_intensity
38
-
- precip_probability
39
-
- temperature
40
-
- apparent_temperature
41
-
- dew_point
42
-
- wind_speed
43
-
- wind_bearing
44
-
- cloud_cover
45
-
- humidity
46
-
- pressure
47
-
- visibility
48
-
- ozone
49
-
- minutely_summary
50
-
- hourly_summary
51
-
- daily_summary
52
-
- temperature_max
53
-
- temperature_min
54
-
- apparent_temperature_max
55
-
- apparent_temperature_min
56
-
- precip_intensity_max
57
35
```
58
36
59
37
Configuration variables:
60
38
61
39
- **api_key** (*Required*): Your API key.
62
40
- **name** (*Optional*): Additional name for the sensors. Default to platform name.
41
+
- **forecast** array (*Optional*): List of days in the 7 day forecast you would like to receive data on, starting with tomorrow as day 1. Any `monitored_condition` with a daily forecast by DarkSky will generate a sensor tagged with `_<day>`.
63
42
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
64
43
- **summary**: A human-readable text summary of the current conditions.
65
44
- **precip_type**: The type of precipitation occurring.
0 commit comments