dolezsa / thermal_comfort

Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)
Other
609 stars 117 forks source link

Migrate to home assistant new naming scheme #183

Closed rautesamtr closed 2 years ago

rautesamtr commented 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.