Closed rautesamtr closed 2 years ago
Only set device name and entity name for config entries. Home assistant autogenerates entity_id and friendly name from it. Only the first word in an entity name starts with a capital letter.
https://developers.home-assistant.io/blog/2022/07/10/entity_naming/ https://developers.home-assistant.io/docs/core/entity/#entity-naming
In the process drop shortform support for sensor type names.
Both changes make this a breaking change.
Only set device name and entity name for config entries. Home assistant autogenerates entity_id and friendly name from it. Only the first word in an entity name starts with a capital letter.
https://developers.home-assistant.io/blog/2022/07/10/entity_naming/ https://developers.home-assistant.io/docs/core/entity/#entity-naming
In the process drop shortform support for sensor type names.
Both changes make this a breaking change.