Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.10.0 #23

Merged
merged 5 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update manifest
for some reason in the dev versions of HA its not installing dependancies so have manually added xmltodict and brotli
pantherale0 authored Oct 3, 2024
commit 15db8755d1d5100b656a77274e69518f9e723b8b
4 changes: 3 additions & 1 deletion custom_components/fuel_prices/manifest.json
Original file line number Diff line number Diff line change
@@ -10,8 +10,10 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/pantherale0/ha-fuelprices/issues",
"requirements": [
"xmltodict",
"brotli",
"these-united-states==1.1.0.21",
"pyfuelprices==2024.9.1"
"pyfuelprices==2024.9.3"
],
"ssdp": [],
"version": "0.0.0",
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.7.0
homeassistant==2024.7.1
git+https://github.com/home-assistant/core@dev
pip>=21.0,<23.2
ruff==0.0.292
pyfuelprices==2024.9.1