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