Skip to content

Commit

Permalink
Reverted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GravySeal committed Oct 26, 2024
1 parent 579c490 commit d313835
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
15 changes: 9 additions & 6 deletions bacnetinterface_dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->

# 1.6.0b1
25/10/2024
# 1.6.0b2
26/10/2024

## Added
- New apiv2 points!
Expand All @@ -13,10 +13,13 @@
- Subscription tasks are now eager, hopefully improving performance.

## Dependencies
- ⬆️ Bumped psutil to version v6.1.0.
- ⬆️ Bumped python-multipart to version v0.0.12.
- ⬆️ Bumped websockets to version v13.1.
- ⬆️ Bumped uvicorn to version v0.32.0.
~~- ⬆️ Bumped psutil to version v6.1.0.~~

~~- ⬆️ Bumped python-multipart to version v0.0.12.~~

~~- ⬆️ Bumped websockets to version v13.1.~~

~~- ⬆️ Bumped uvicorn to version v0.32.0.~~


# 1.5.1
Expand Down
8 changes: 4 additions & 4 deletions bacnetinterface_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ RUN \
'pydantic<=1.10.17' \
'fastapi<=0.108.0' \
'jinja2<=3.1.4' \
'uvicorn<=0.32.0' \
'websockets<=13.1' \
'python-multipart<=0.0.12' \
'uvicorn<=0.30.1' \
'websockets<=12.0' \
'python-multipart<=0.0.9' \
'requests<=2.32.3 ' \
'backoff<=2.2.1' \
'psutil<=6.1.0'
'psutil<=6.0.0'

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion bacnetinterface_dev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config

Check warning on line 1 in bacnetinterface_dev/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on bacnetinterface_dev

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check warning on line 1 in bacnetinterface_dev/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on bacnetinterface_dev

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config

Check warning on line 1 in bacnetinterface_dev/config.yaml

View workflow job for this annotation

GitHub Actions / Lint add-on bacnetinterface_dev

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
name: Bepacom BACnet/IP Interface Development Version
version: "1.6.0b1"
version: "1.6.0b2"
slug: bacnetinterface_dev
description: Bepacom BACnet/IP interface for the Bepacom EcoPanel. Allows BACnet/IP devices to be available to Home Assistant through an API
url: "https://github.com/Bepacom-Raalte/bepacom-HA-Addons/tree/main/bacnetinterface"
Expand Down

0 comments on commit d313835

Please sign in to comment.