Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJPowell committed Apr 10, 2024
1 parent 57af166 commit d74e1cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/unfoldedcircle/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"codeowners": ["@jackjpowell"],
"config_flow": true,
"dependencies": ["network", "zeroconf"],
"version": "0.6.3",
"version": "0.6.5",
"documentation": "https://github.com/JackJPowell/hass-unfoldedcircle",
"homekit": {},
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["websockets==12.0", "pyUnfoldedCircleRemote==0.6.4"],
"requirements": ["websockets==12.0", "pyUnfoldedCircleRemote==0.6.5"],
"ssdp": [],
"zeroconf": ["_uc-remote._tcp.local."]
}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ homeassistant>=2024.4
home-assistant-frontend

# Integration
pyUnfoldedCircleRemote~=0.6.4
pyUnfoldedCircleRemote~=0.6.5

# Development
black
Expand All @@ -17,5 +17,5 @@ voluptuous~=0.13.1
aiohttp~=3.9.3
zeroconf~=0.131.0
websockets~=12.0
pyUnfoldedCircleRemote~=0.6.4
pyUnfoldedCircleRemote~=0.6.5
ha-ffmpeg

0 comments on commit d74e1cd

Please sign in to comment.