Add WS command to help reset custom entity_id

This commit is contained in:
Erik
2025-04-28 08:29:53 +02:00
parent 77e9142722
commit 9f039002ff
6 changed files with 109 additions and 1 deletions

View File

@@ -669,6 +669,7 @@ class RegistryEntryWithDefaults(er.RegistryEntry):
original_device_class: str | None = attr.ib(default=None)
original_icon: str | None = attr.ib(default=None)
original_name: str | None = attr.ib(default=None)
suggested_object_id: str | None = attr.ib(default=None)
supported_features: int = attr.ib(default=0)
translation_key: str | None = attr.ib(default=None)
unit_of_measurement: str | None = attr.ib(default=None)