r-renato / ha-climacell-weather

Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.
MIT License
46 stars 10 forks source link

Adding either of 2 attributes cause no data to be available #47

Open tpsailer opened 3 years ago

tpsailer commented 3 years ago
2021-01-31 19:09:39 WARNING (SyncWorker_5) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell so2 
2021-01-31 19:09:39 WARNING (SyncWorker_10) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell EPA AQI 
2021-01-31 19:09:39 WARNING (SyncWorker_6) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell EPA Health Concern 
2021-01-31 19:09:39 WARNING (SyncWorker_8) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Pollen Tree 
2021-01-31 19:09:39 WARNING (SyncWorker_9) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Pollen Weed 
2021-01-31 19:09:39 WARNING (SyncWorker_7) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Pollen Grass 
2021-01-31 19:09:39 WARNING (SyncWorker_10) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Fire Index 
2021-01-31 19:09:39 WARNING (SyncWorker_6) [custom_components.climacell.sensor] TimelineSensor.update - Provider has no data for: cc climacell Road Risk Conditions 

Adding either of the 2 comment attributes cause the above warnings, and no data is retrieved

        - weather_condition
        - co
        - so2
        - epa_aqi
        - epa_health_concern
        - pollen_tree
        - pollen_weed
        - pollen_grass
        - fire_index
#        - moon_phase
#        - road_risk_conditions
      update: auto
      scan_interval:
        # At least one of these must be specified:
        days: 0
        hours: 0
        minutes: 30
        seconds: 0
        milliseconds: 0