How to add Dark Sky to HomeKit?

I added the Dark Sky sensor component to my HA, and all is working well. But when I try to expose it in HomeKit, it does not show up. Am I doing something wrong? Thanks in advance!

 sensor:
  - platform: darksky
    api_key: xxxxxxxxxxxxxxxx
    scan_interval:
      days: 0
      hours: 0
      minutes: 2
      seconds: 0
      milliseconds: 0
    language: en
    monitored_conditions:
      - cloud_cover
      - nearest_storm_distance
      - wind_speed
      - wind_gust

homekit:
  filter:
    include_entities:
      - sensor.dark_sky_cloud_coverage
      - sensor.dark_sky_nearest_storm_distance
      - sensor.dark_sky_wind_gust
      - sensor.dark_sky_wind_speed

There isn’t HomeKit support for the sensors you are trying to expose.