Skip to content

Commit c362cab

Browse files
committed
Include details from home-assistant#1818
1 parent 660d2c2 commit c362cab

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

source/_components/sensor.darksky.markdown

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,34 +32,13 @@ sensor:
3232
- summary
3333
- icon
3434
- 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
5735
```
5836
5937
Configuration variables:
6038
6139
- **api_key** (*Required*): Your API key.
6240
- **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>`.
6342
- **monitored_conditions** array (*Required*): Conditions to display in the frontend.
6443
- **summary**: A human-readable text summary of the current conditions.
6544
- **precip_type**: The type of precipitation occurring.

0 commit comments

Comments
 (0)