Guy Khmelnitsky
Guy Khmelnitsky
I can also try to work it out
Looks like done. @prateek3255
@quartzbear look. The weather in IMS is coded by this list: https://ims.gov.il/en/weather_codes HomeAssistant native weather condition is listed here: https://developers.home-assistant.io/docs/core/entity/weather/#recommended-values-for-state-and-condition The mapping is here: https://github.com/t0mer/ims-custom-component/blob/main/custom_components/ims/const.py#L114 Status 1580 ("Extremely Hot") in...
It's automatic in HomeAssistant. I can just control the predifined condition name
Check logs for exceptions or errors please
There's a periodic update that runs in the background. It's either failing to update or the data in IMS is stale. in order to understand this, I need DEBUG logs
I'll check. Thanks :)
I'm not sure I understand what you're suggesting; Automatic detecation of location (instead of specifying it manually during configuration)
I think it's a limitation / by design. The API is calling [https://ims.gov.il/en/now_analysis](https://ims.gov.il/en/now_analysis) in an interval specified by you (default = 60 mins). So this is just a reflection by...