Latest version

This commit is contained in:
Martin Bauer
2024-05-03 20:50:49 +02:00
parent a8b5c425a9
commit 62450e8dde
62 changed files with 42840 additions and 81367 deletions

View File

@@ -121,7 +121,7 @@ class ReconnectingClient:
except (OSError, asyncio.TimeoutError):
if self._connection_last_state != 'FAILED':
notification_text = f"{self._connection_name} connection to {self._host}:{self._port} failed"
self.hass.components.persistent_notification.async_create(notification_text, title="No connection")
#self.hass.components.persistent_notification.async_create(notification_text, title="No connection")
_LOGGER.error(f"Connection to {self._connection_name} failed {self._host}:{self._port}")
await self._connection_status_changed_callback('disconnected')
if self._connected_sensor: