-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
hostname = "192.168.120.254"
max_retries = 3
mqtt_success_message = '{"state":"online"}'
mqtt_topic = "zigbee2mqtt/bridge/state"
name = "[mqtt] Zigbee2mqtt"
parent_name = "group-automation"
port = 1883
type = "mqtt"
I have also tried
mqtt_success_message = "{\"state\":\"online\"}"but both result in the same warning.
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
WARN [kuma_client::util] Error while parsing snippet arguments: expected `,` or `}` at line 5 column 3
The good news is that the check is created and seemingly works , I just got this spam in the logs
Metadata
Metadata
Assignees
Labels
No labels