mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix inexact version of pylacrosse (#42610)
* fix inexact version for pylacrosse * https://github.com/hthiery/python-lacrosse/releases * https://pypi.org/project/pylacrosse/#history * Update requirements_all.txt
This commit is contained in:
parent
25ac0d2f6e
commit
c403534ae1
@ -2,6 +2,6 @@
|
|||||||
"domain": "lacrosse",
|
"domain": "lacrosse",
|
||||||
"name": "LaCrosse",
|
"name": "LaCrosse",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/lacrosse",
|
"documentation": "https://www.home-assistant.io/integrations/lacrosse",
|
||||||
"requirements": ["pylacrosse==0.4.0"],
|
"requirements": ["pylacrosse==0.4"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -1470,7 +1470,7 @@ pykodi==0.2.1
|
|||||||
pykwb==0.0.8
|
pykwb==0.0.8
|
||||||
|
|
||||||
# homeassistant.components.lacrosse
|
# homeassistant.components.lacrosse
|
||||||
pylacrosse==0.4.0
|
pylacrosse==0.4
|
||||||
|
|
||||||
# homeassistant.components.lastfm
|
# homeassistant.components.lastfm
|
||||||
pylast==3.3.0
|
pylast==3.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user