Skip to content

Commit 97ab7f7

Browse files
committed
Remove unnecessary version pinning
1 parent fb36a4b commit 97ab7f7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
/custom_components/amplipi/cli.py

custom_components/amplipi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "AmpliPi",
44
"config_flow": true,
55
"documentation": "https://www.home-assistant.io/integrations/amplipi",
6-
"requirements": ["zeroconf==0.37.0","pyamplipi==0.4.7","validators==0.11.2"],
6+
"requirements": ["zeroconf","pyamplipi==0.4.7","validators"],
77
"ssdp": [],
88
"zeroconf": [{ "type": "_http._tcp.local.", "name": "amplipi-api._http._tcp.local."}],
99
"homekit": {},

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"domains": ["media_player"],
44
"iot_class": "local_polling",
55
"render_readme": true,
6-
"requirements": ["zeroconf==0.37.0","pyamplipi==0.4.7","validators==0.11.2"]
6+
"requirements": ["zeroconf","pyamplipi==0.4.7","validators"]
77
}

0 commit comments

Comments
 (0)