Skip to content

Commit

Permalink
fix: update tests for bleak 0.20 API
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Kaechele <felix@kaechele.ca>
  • Loading branch information
kaechele committed Jun 3, 2023
1 parent 2a55dff commit a4a92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from bonaparte import Fireplace, FireplaceFeatures

fp = Fireplace(BLEDevice("aa:bb:cc:dd:ee:ff", "Fireplace", delegate=""))
fp = Fireplace(BLEDevice("aa:bb:cc:dd:ee:ff", "Fireplace", details=None, rssi=0))

full_valid_set = {"aux", "blower", "led_lights", "night_light", "split_flow", "timer"}
partial_valid_set = {"blower", "night_light"}
Expand Down

0 comments on commit a4a92f8

Please sign in to comment.