mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
fix type issue
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user