warthog618 / dunnart

Lightweight remote system monitoring over MQTT for Home Assistant
MIT License
11 stars 2 forks source link

MQTT entity names should not begin with device name #2

Closed warthog618 closed 12 months ago

warthog618 commented 12 months ago

As of Home Assistant 2023.8 the MQTT integration generates warnings for discovered entities with names beginning with the device name, as it now auto-generates the friendly name by prefixing the device name itself. Remove the device name prefix from the generated MQTT discovery configuration, as per the entity naming guidelines.