Changes to entity naming
· One min read
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
name
property toNone
, implicitly marking an entity as the single main feature of a device by not setting thename
property is no longer supported. - Unnamed entities from certain platforms now get a default name based on their device class, this includes
binary_sensor
,button
,number
andsensor
entities.
More details can be found in the entity naming documentation.