frank451
(aaron)
January 23, 2018, 2:17pm
1
HI All
I have the dark sky api configured in HA however i get no data in HA Dash
Ive read it requires specific sensors enabling, but i cant find any docs on how this looks in configuration.yaml could somebody provide an example?
Thanks again
Frank
frank451
(aaron)
January 23, 2018, 2:20pm
2
This is my code in config, but i dont see any sensors in HA just this
weather:
- platform: darksky
api_key: keyblanked out
monitored_conditions:
- temperature
- humidity
- precip_probability
- precip_intensity
- wind_speed
- pressure
- wind_bearing
- apparant_temperature
- icon
0rn0lf
(0rn0lf)
January 23, 2018, 3:05pm
3
For the Dark Sky sensors you have to use the sensor component
cgarwood
(Charles Garwood)
January 23, 2018, 3:11pm
4
What @0rn0lf said. The HADashboard widget only supports the Dark Sky Sensor platform, not the weather platform.
frank451
(aaron)
January 23, 2018, 3:14pm
5
cheers yep just worked it out. i always seem to post on here then the penny drops
carbuthn
(Charles Arbuthnot)
January 23, 2018, 5:27pm
6
I used your list of variables to set up my dark sky. After several attempts I noticed that apparent (in apparant_temperature) was miss-spelled causing a configuration error. You have likely found it already but may want to edit the message so as not to miss lead others.