The "new" standard is to have self._attr_has_entity_name = True. (Required for new integrations)
Then HA creates the entity names from "device name" + "entity name". This change should keep the names the same as before but follow the new "standard".
Also a bit of "black" reformatting (sorry about that - it's automatic). The "real" change is the lines 146-147
The "new" standard is to have self._attr_has_entity_name = True. (Required for new integrations) Then HA creates the entity names from "device name" + "entity name". This change should keep the names the same as before but follow the new "standard".
Also a bit of "black" reformatting (sorry about that - it's automatic). The "real" change is the lines 146-147