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.txtpull/42618/head
parent
25ac0d2f6e
commit
c403534ae1
|
@ -2,6 +2,6 @@
|
|||
"domain": "lacrosse",
|
||||
"name": "LaCrosse",
|
||||
"documentation": "https://www.home-assistant.io/integrations/lacrosse",
|
||||
"requirements": ["pylacrosse==0.4.0"],
|
||||
"requirements": ["pylacrosse==0.4"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -1470,7 +1470,7 @@ pykodi==0.2.1
|
|||
pykwb==0.0.8
|
||||
|
||||
# homeassistant.components.lacrosse
|
||||
pylacrosse==0.4.0
|
||||
pylacrosse==0.4
|
||||
|
||||
# homeassistant.components.lastfm
|
||||
pylast==3.3.0
|
||||
|
|
Loading…
Reference in New Issue