Upgrade ruff to 0.0.289 (#100238)
This commit is contained in:
parent
f2fac40019
commit
fa0b999d08
6 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue