mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Handle exception in ViCare integration (#111128)
This commit is contained in:
parent
ac416f7e07
commit
faef5da1c5
@ -205,6 +205,7 @@ class ViCareClimate(ViCareEntity, ClimateEntity):
|
||||
"heating_curve_shift"
|
||||
] = self._circuit.getHeatingCurveShift()
|
||||
|
||||
with suppress(PyViCareNotSupportedFeatureError):
|
||||
self._attributes["vicare_modes"] = self._circuit.getModes()
|
||||
|
||||
self._current_action = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user