Upgrade ruff to 0.0.289 (#100238)

This commit is contained in:
Ville Skyttä 2023-09-12 23:22:10 +03:00 committed by GitHub
parent f2fac40019
commit fa0b999d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 5 deletions

View file

@ -34,7 +34,7 @@ class APICount(SensorEntity):
self.count = 0
async def async_added_to_hass(self) -> None:
"""Added to hass."""
"""Handle addition to hass."""
self.async_on_remove(
async_dispatcher_connect(
self.hass, SIGNAL_WEBSOCKET_CONNECTED, self._update_count