Skip to content
New issue

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

[mqtt.homeassistant] Include details of JSON parse errors #17452

Merged

Commits on Sep 20, 2024

  1. [mqtt.homeassistant] Include the details of JSON syntax errors when p…

    …arsing fails
    
    While it's useful in general to not have to copy/paste a MQTT message into a JSON
    parser to verify syntax, it also includes details about fields that are the wrong
    data type that a generic JSON parser won't catch. A la openhab#17375.
    
    Signed-off-by: Cody Cutrer <[email protected]>
    ccutrer committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    021a75f View commit details
    Browse the repository at this point in the history