Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
for some reason in the dev versions of HA its not installing dependancies so have manually added xmltodict and brotli
  • Loading branch information
pantherale0 authored Oct 3, 2024
1 parent 673b11c commit 15db875
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion custom_components/fuel_prices/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
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

0 comments on commit 15db875

Please sign in to comment.