Skip to content

Commit

Permalink
#484 chore: Switch dependency to gpiozero
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilkin committed Feb 15, 2024
1 parent 9ecd5b9 commit 83bd1b9
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 17 deletions.
69 changes: 54 additions & 15 deletions controllers/energenie/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion controllers/energenie/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
energenie = "~=1.0.1"
gpiozero = "~=2.0.1"
pyenergenie = {git = "https://github.com/whaleygeek/pyenergenie.git", rev = "c9cae74e27e7997af566ee4ee783e2529e25c580"}

[tool.poetry.group.powerpi.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/charts/energenie-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: energenie-controller
description: A Helm chart for the PowerPi Energenie device controller
type: application
version: 0.1.10
appVersion: 0.3.3
appVersion: 0.4.0

0 comments on commit 83bd1b9

Please sign in to comment.