diff --git a/tests/test_openhab/test_items/test_commands.py b/tests/test_openhab/test_items/test_commands.py index 399b386b..a7c06b03 100644 --- a/tests/test_openhab/test_items/test_commands.py +++ b/tests/test_openhab/test_items/test_commands.py @@ -13,7 +13,7 @@ def test_OnOff(cls) -> None: c = cls('item_name') assert not c.is_on() - if not __version__.startswith('24.11.0'): + if not __version__.startswith('24.11.1'): assert not c.is_off() c.set_value(OnOffValue('ON'))