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

Timeline start_time and end_time as ISO 8601 #48

Open paultoben opened 3 years ago

paultoben commented 3 years ago

Hello. The current API seems to want start_time and end_time as a specific date/time formatted as ISO 8601 (https://docs.climacell.co/reference/post-timelines). This climacell component seems to only allow me to enter an integer as an offset from now in my configuration.yaml. Would it be possible to amend this integration to accept a string so I can get a forecast at an exact time and date? Thanks.