mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-22 07:03:58 +08:00
Release v2.0.0
This commit is contained in:
@@ -105,9 +105,8 @@ class HATextAISensor(CoordinatorEntity, SensorEntity):
|
||||
# Entity description
|
||||
self.entity_description = SensorEntityDescription(
|
||||
key=f"ha_text_ai_{self._instance_name}",
|
||||
name=self._attr_name,
|
||||
entity_registry_enabled_default=True,
|
||||
)
|
||||
)
|
||||
|
||||
# State tracking
|
||||
self._current_state = STATE_INITIALIZING
|
||||
|
||||
Reference in New Issue
Block a user