Still Learning Dark Sky Help Required

HI All

I have the dark sky api configured in HA however i get no data in HA Dash
darksky

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

This is my code in config, but i dont see any sensors in HA just this
darkha

weather:
  - platform: darksky
    api_key: keyblanked out
    monitored_conditions:
      - temperature
      - humidity
      - precip_probability
      - precip_intensity
      - wind_speed
      - pressure
      - wind_bearing
      - apparant_temperature
      - icon

For the Dark Sky sensors you have to use the sensor component

What @0rn0lf said. The HADashboard widget only supports the Dark Sky Sensor platform, not the weather platform.

cheers yep just worked it out. i always seem to post on here then the penny drops :joy::joy:

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.