We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01332ba commit d1e5a1eCopy full SHA for d1e5a1e
2 files changed
custom_components/liebherr/light.py
@@ -50,7 +50,7 @@ def _set_brightness(self) -> None:
50
)
51
52
def _handle_coordinator_update(self) -> None:
53
- self._handle_coordinator_update(False)
+ super()._handle_coordinator_update(False)
54
self._set_brightness()
55
self.async_write_ha_state()
56
custom_components/liebherr/manifest.json
@@ -21,5 +21,5 @@
21
"Pillow>=11.0.0"
22
],
23
"single_config_entry": true,
24
- "version": "2026.2.3"
+ "version": "2026.2.4"
25
}
0 commit comments