Skip to content

Commit

Permalink
Merge pull request #60 from derolli1976/bugfix/ha_2024043_aiohttp
Browse files Browse the repository at this point in the history
Changed requirement to allow running component on newer versions of HA
Thank you @derolli1976
  • Loading branch information
chises authored Apr 12, 2024
2 parents 561e10c + 414855f commit b5b36ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/oilfox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"oilfox_component"
],
"requirements": [
"aiohttp==3.9.3"
"aiohttp>=3.9.3"
],
"ssdp": [],
"zeroconf": [],
Expand Down

0 comments on commit b5b36ad

Please sign in to comment.