hi,
I’ m struggeling to create new devies with the mqtt discover. It general works because the tasmota device are appearing well. But my custom device refuses to show up.
The mqtt broker show a - I guess" valid json in the config topic
Nachricht 82 empfangen auf homeassistant/sensor/systa_two/config um 14:22:
{
"device_class": "temperature",
"name": "two",
"unique_id": "systa_two",
"state_topic": "homeassistant/sensor/systa/state",
"unit_of_measurement": "C",
"value_template": "{{value_json.two}}",
"platform": "mqtt"
}
Anything I am missing?
Andreas