Hello @HarriedeGroot
I’m struggeling with a string capability with more than 255 characters. The export to HomeAssistant fails because entities areonly allowed with a max size of 255 chars.
My main question is: Is the MQTT Hub designed for HomeAssistant as main receiver (HA discovery)? Or is the discovery only an addition and the export for /homie/HomeyID/… is generic?
I’m wondering if it would make sense to truncate the strings in the Hub. Perhaps activated in the app settings?
Or is it better to truncate in the app where the capability is set?
Do you have a proposal what could be a good way to solve this problem?
Many Thanks.