mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-14 21:40:22 +00:00
689 B
689 B
author, authorURL, title
| author | authorURL | title |
|---|---|---|
| Erik Montnémery | https://github.com/emontnemery | Changes to entity naming |
There have been a couple of changes to entity naming:
- Marking an entity as the single main feature of a device is now done by explicitly setting the entity's
nameproperty toNone, implicitly marking an entity as the single main feature of a device by not setting thenameproperty is no longer supported. - Unnamed entities from certain platforms now get a default name based on their device class, this includes
binary_sensor,button,numberandsensorentities.
More details can be found in the entity naming documentation.