Release v2.0.0

This commit is contained in:
SMKRV
2024-11-25 01:10:32 +03:00
parent beebc7e194
commit a3c88309b4
+1 -2
View File
@@ -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