Skip to content

Commit

Permalink
Merge pull request #32 from grimmpp/feature-branch
Browse files Browse the repository at this point in the history
Fixed Gateway Detection
  • Loading branch information
grimmpp authored Jun 14, 2024
2 parents 5f1f4ac + 2fdf008 commit 44af1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ termcolor==2.4.0
tkinterhtml==0.7
requests==2.31.0
enocean==0.60.1
esp2_gateway_adapter==0.2.7
esp2_gateway_adapter==0.2.8
zeroconf==0.132.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
license = f.read()

required = ['eltako14bus==0.0.56', 'requests==2.31.0', 'enocean==0.60.1', 'pyserial', 'pyserial-asyncio', 'aiocoap',
'esp2_gateway_adapter==0.2.7',
'esp2_gateway_adapter==0.2.8',
# 'homeassistant',
'zeroconf==0.132.2',
'pyyaml',
Expand Down

0 comments on commit 44af1d3

Please sign in to comment.