From 15db8755d1d5100b656a77274e69518f9e723b8b Mon Sep 17 00:00:00 2001 From: Jordan Harvey Date: Thu, 3 Oct 2024 21:46:14 +0000 Subject: [PATCH] update manifest for some reason in the dev versions of HA its not installing dependancies so have manually added xmltodict and brotli --- custom_components/fuel_prices/manifest.json | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/fuel_prices/manifest.json b/custom_components/fuel_prices/manifest.json index 9105010..8bed4e8 100644 --- a/custom_components/fuel_prices/manifest.json +++ b/custom_components/fuel_prices/manifest.json @@ -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", diff --git a/requirements.txt b/requirements.txt index 76e6ee3..646c829 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file