Hi,
I want to specify ‘numeric’ or ‘float|integer’ in the documentation for a new feature.
I got this error on the automated tests:
Liquid Exception: Configuration type ‘integer or float’ for key ‘min_value’ is not a valid type in the documentation. See: https://developers.home-assistant.io/docs/en/documentation_create_page.html#configuration in…
Unfortunately that page does not exist.
I searched for render_config_vars but could not find that in the homeassistant source.
Where should I look/ how can I specify a type of integer|float
Thanks