Skip to content

Commit

Permalink
Added missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindkinsey committed Nov 27, 2024
1 parent 1d069ba commit 54f944b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = avionmqtt
version = 1.2.1
version = 1.2.2
author = Sean Kinsey
author_email = [email protected]
description = A python library to bridge between Avi-on based lights and Home Assistant using MQTT
Expand All @@ -23,6 +23,8 @@ install_requires =
aiorun ~=2024.8.1
bleak ~=0.22
csrmesh ~=0.10
pyyaml ~=6.0.2
aiomqtt ~=2.3.0

[options.packages.find]
where = src
2 changes: 1 addition & 1 deletion src/avionmqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ async def main():
running = False

except BleakError as e:
print(f"mesh: Error connecting to {mac}")
print("mesh: Error connecting to device")

except Exception as e:
print("mesh: Exception")
Expand Down

0 comments on commit 54f944b

Please sign in to comment.