Add missed saves

This commit is contained in:
Steven B
2024-11-25 13:48:45 +00:00
parent da83bcc589
commit 2b34b9efc6
2 changed files with 9 additions and 9 deletions

View File

@@ -52,9 +52,9 @@ True
>>> await dev.update()
>>> light.brightness
50
>>> light.has_feature(light.set_hsv)
>>> light.has_feature("hsv")
True
>>> if light.has_feature(light.set_hsv):
>>> if light.has_feature("hsv"):
>>> print(light.hsv)
HSV(hue=0, saturation=100, value=50)