Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.12 and Ceiling Fan Fixes #175

Merged
merged 4 commits into from
Sep 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
JeffSteinbok committed Sep 1, 2024
commit 416b15b6a951827a62910e2227da1c32f356b587
2 changes: 1 addition & 1 deletion tests/pydreo/test_pydreofan.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_circulator_load_and_send_commands(self):
fan.fan_speed = 10


def test_HCF005S(self): # pylint: disable=invalid-name
def test_HCF005S(self): # pylint: disable=invalid-name
"""Load fan and test sending commands."""

self.get_devices_file_name = "get_devices_HCF001S.json"
Expand Down