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:
committed by
GitHub
parent
8e3c665fd3
commit
21f1ac7dc6
@@ -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(
|
||||
|
Reference in New Issue
Block a user