mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Increase Eufy's requirement on lakeside (#14671)
python-lakeside was broken with at least some versions of the Python protobuf code, so bump the requirement to a fixed version.
This commit is contained in:
parent
79efb0e607
commit
d36c7c3de7
@ -15,7 +15,7 @@ from homeassistant.helpers import discovery
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
|
||||
REQUIREMENTS = ['lakeside==0.6']
|
||||
REQUIREMENTS = ['lakeside==0.7']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -477,7 +477,7 @@ keyrings.alt==3.1
|
||||
konnected==0.1.2
|
||||
|
||||
# homeassistant.components.eufy
|
||||
lakeside==0.6
|
||||
lakeside==0.7
|
||||
|
||||
# homeassistant.components.device_tracker.owntracks
|
||||
# homeassistant.components.device_tracker.owntracks_http
|
||||
|
Loading…
x
Reference in New Issue
Block a user