We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure if this is the right place. Triggered by the Home Assistant integration, but I assume also applicable for the API.
The optional time to start e.g. HVAC (e.g. 2020-05-01T17:45:00), is that local timezone or UTC? https://github.com/home-assistant/core/blob/dev/homeassistant/components/renault/services.yaml And is only that format accepted by the HA integration? (because: the API mentions it is also allowed to write e.g. "tomorrow at 9am")
2020-05-01T17:45:00
Also, can I send multiple start times at once? E.g. 2020-05-01T17:45:00 and 2020-05-02T07:45:00.
2020-05-02T07:45:00
The text was updated successfully, but these errors were encountered:
I think this API automatically converts it to UTC. However it is best to make some tests to confirm...
Sorry, something went wrong.
No branches or pull requests
Not sure if this is the right place.
Triggered by the Home Assistant integration, but I assume also applicable for the API.
The optional time to start e.g. HVAC (e.g.
2020-05-01T17:45:00
), is that local timezone or UTC?https://github.com/home-assistant/core/blob/dev/homeassistant/components/renault/services.yaml
And is only that format accepted by the HA integration?
(because: the API mentions it is also allowed to write e.g. "tomorrow at 9am")
Also, can I send multiple start times at once? E.g.
2020-05-01T17:45:00
and2020-05-02T07:45:00
.The text was updated successfully, but these errors were encountered: