fix type issue

This commit is contained in:
Christopher Fenner
2023-10-12 13:17:56 +02:00
committed by GitHub
parent 8e3c665fd3
commit 21f1ac7dc6

View File

@@ -105,7 +105,7 @@ class ViCareWater(WaterHeaterEntity):
self._attr_name = name
self._api = api
self._circuit = circuit
self._attributes = {}
self._attributes: dict[str, Any] = {}
self._current_mode = None
self._attr_unique_id = f"{device_config.getConfig().serial}-{circuit.id}"
self._attr_device_info = DeviceInfo(