Skip to content

Commit d1e5a1e

Browse files
committed
Fixes #33
1 parent 01332ba commit d1e5a1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

custom_components/liebherr/light.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _set_brightness(self) -> None:
5050
)
5151

5252
def _handle_coordinator_update(self) -> None:
53-
self._handle_coordinator_update(False)
53+
super()._handle_coordinator_update(False)
5454
self._set_brightness()
5555
self.async_write_ha_state()
5656

custom_components/liebherr/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"Pillow>=11.0.0"
2222
],
2323
"single_config_entry": true,
24-
"version": "2026.2.3"
24+
"version": "2026.2.4"
2525
}

0 commit comments

Comments
 (0)