You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line is changing all single quotes (') in an MQTT payload to double quotes (").
This is causing issues with device names that have a apostrophe/single quote, like Calvin's Study Lights in Home Assistant, as the JSON has a double quote inside a value, { "name": "Calvin"s Study Lights" }.
Expected behavior
Device names should be kept as is. I don't have any issues with device names with single quotes/apostrophes in ZIgbee2MQTT.
Describe the bug
This line is changing all single quotes (
'
) in an MQTT payload to double quotes ("
).This is causing issues with device names that have a apostrophe/single quote, like
Calvin's Study Lights
in Home Assistant, as the JSON has a double quote inside a value,{ "name": "Calvin"s Study Lights" }
.Expected behavior
Device names should be kept as is. I don't have any issues with device names with single quotes/apostrophes in ZIgbee2MQTT.
Versions:
Shellies Discovery GEN2 automations:
N/A ?
Shelly device MQTT settings:
Debug log:
The text was updated successfully, but these errors were encountered: