We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409233b commit b277f70Copy full SHA for b277f70
tests/test_fritzhomedevicelightbulb.py
@@ -67,7 +67,7 @@ def test_device_init_non_color_bulb(self):
67
device = self.fritz.get_device_by_ain("12701 0072784-1")
68
assert device.has_lightbulb
69
assert device.has_level
70
- assert device.fullcolorsupport is False
+ assert not device.fullcolorsupport
71
assert device.state # Lightbulb is switched on
72
assert device.name == "Telekom White Dimmable Bulb"
73
0 commit comments