Zuhair
Zuhair
I have the same problem
I have more than 60 devices, sorting at least by device name will make my life much easier.
For the benefit of all, I solved it! ``` { "accessory": "mqttthing", "type": "switch", "name": "Basement Entrance 1", "url": "mqtt://192.168.3.100:1883", "username": "username", "password": "password", "logMqtt": true, "mqttPubOptions": { "retain": true...