I currently have two ESP32s running ESPHome and I’d like to send notifications on things like uptime, version etc. However I have discovered the names aren’t unique as such, just incremented by one. This makes it difficult to programmatically match “sensor.esphome_version_2” to a specific device, for example.
Is it possible to change the names in the ESPHome YAML itself? I’ve tried id and name parameters, and added / removed the ESPHome integration, but they reappeared with the same generic names.