For some time now I have not been able to pull the value for rain
since switching from wunderground to openweathermap.
yaml
- platform: openweathermap
api_key: !secret openweathermap_key
monitored_conditions:
- clouds
- temperature
- wind_speed
- wind_bearing
- rain
Error - 2019-06-12 18:32:27 WARNING (SyncWorker_16) [homeassistant.components.openweathermap.sensor] Condition is currently not available: rain
yet when I actually pull the data manually I can get the data "rain":{"1h":0.83}
Looking at the code it looks like the component is requesting the data.
Anything I can do to get rain data working correctly?