Files
truecharts/docs/apps/stable/appdaemon/validation.md
Stavros Kois 6eaca24761 (fix) Fix collabora regex and secContext, move validation docs to per app (#1078)
* Better regex on collabora

* bump collabora

* Move per-app validation to per-app docs

* Update valid_chars and allowPrivEsc on collabora

* revert bump
2021-10-02 11:30:07 +02:00

309 B

Input Validation

LATITUDE and LONGITUDE Accepted formats are:

  • Float (eg. 24.2028)

Regex used to match this: ^[0-9]{1,}\.{1}[0-9]{1,}$ You can try live here


If you find a field that you think it needs validation, please open an issue on github