mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
fix type issue
This commit is contained in:
@@ -152,7 +152,7 @@ class ViCareClimate(ClimateEntity):
|
|||||||
self._attr_name = name
|
self._attr_name = name
|
||||||
self._api = api
|
self._api = api
|
||||||
self._circuit = circuit
|
self._circuit = circuit
|
||||||
self._attributes = {}
|
self._attributes: dict[str, Any] = {}
|
||||||
self._current_mode = None
|
self._current_mode = None
|
||||||
self._current_program = None
|
self._current_program = None
|
||||||
self._current_action = None
|
self._current_action = None
|
||||||
|
Reference in New Issue
Block a user