Skip to content

Commit

Permalink
Merge pull request #965 from robbrad/feat/python312
Browse files Browse the repository at this point in the history
Feat/python312
  • Loading branch information
robbrad authored Nov 6, 2024
2 parents bf8ad37 + 90a98d1 commit e3831a6
Show file tree
Hide file tree
Showing 22 changed files with 1,667 additions and 1,375 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
=======
## 0.111.0 (2024-11-06)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build:

## @Code_quality Runs black on the checked out code
black:
poetry run black uk_bin_collection
poetry run black **/*.py

## @Code_quality Runs pycodestyle on the the checked out code
pycodestyle:
Expand Down
558 changes: 337 additions & 221 deletions custom_components/uk_bin_collection/config_flow.py

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions custom_components/uk_bin_collection/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
STATE_ATTR_DAYS = "days"

DEVICE_CLASS = "bin_collection_schedule"

SELENIUM_SERVER_URLS = ["http://localhost:4444", "http://selenium:4444"]

BROWSER_BINARIES = ["chromium", "chromium-browser", "google-chrome"]
Loading

0 comments on commit e3831a6

Please sign in to comment.