Release v2.0.0

This commit is contained in:
SMKRV
2024-11-22 15:25:01 +03:00
parent c55112c8f7
commit a421825050
+2 -1
View File
@@ -76,7 +76,8 @@ class HATextAISensor(CoordinatorEntity, SensorEntity):
super().__init__(coordinator)
self._config_entry = config_entry
self._attr_unique_id = f"{config_entry.entry_id}"
self._attr_name = DOMAIN.replace('_', ' ').title()
self._attr_name = "Response"
self._attr_device_class = SensorDeviceClass.TEXT
self._attr_suggested_display_precision = 0
self._error_count = 0
self._last_error = None