Skip to content

Commit

Permalink
feat: don't specify a fixed zeroconf version
Browse files Browse the repository at this point in the history
- use >=0.28.8 instead
  • Loading branch information
rxwen committed Mar 13, 2022
1 parent 01c9043 commit 1e1b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terncy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.6",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/terncy",
"requirements": ["terncy==0.3.5","websockets==8.1","zeroconf==0.38.4"],
"requirements": ["terncy==0.3.5","websockets==8.1","zeroconf>=0.28.8"],
"zeroconf": [
{"type":"_websocket._tcp.local.","name":"box-*"}],
"dependencies": [],
Expand Down

0 comments on commit 1e1b23a

Please sign in to comment.