fix type issue

This commit is contained in:
Christopher Fenner
2023-10-12 13:18:59 +02:00
parent 21f1ac7dc6
commit 83f0f89252

View File

@@ -152,7 +152,7 @@ class ViCareClimate(ClimateEntity):
self._attr_name = name
self._api = api
self._circuit = circuit
self._attributes = {}
self._attributes: dict[str, Any] = {}
self._current_mode = None
self._current_program = None
self._current_action = None