Files
openhab-core/bundles
lolodomoandGitHub a2b15263a2 [YAML provider] Add INFO log for config TEXT param value not parsed a… (#5280)
* [YAML provider] Add INFO log for config TEXT param value not parsed as string

Related to openhab/openhab-webui#3696
Follow-up #5248

A log at level INFO is now displayed when a YAML file is loaded and contains a thing or channel configuration parameter of type TEXT whose value is not parsed as a string. This occurs when an unquoted number is provided. The log recommends enclosing the value in double quotes to prevent conversion.

For better consistency, the YAML provider is now also processing any BigDecimal value to convert it into a String type when the config paramater is of type TEXT.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
2026-01-17 19:22:33 +01:00
..
2025-12-22 22:01:01 +01:00