mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump lakeside requirement to support more Eufy devices (#19080)
The T1203 works fine with the existing protocol.
This commit is contained in:
parent
8a62bc9237
commit
def4e89372
@ -15,7 +15,7 @@ from homeassistant.helpers import discovery
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['lakeside==0.10']
|
REQUIREMENTS = ['lakeside==0.11']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ EUFY_DISPATCH = {
|
|||||||
'T1013': 'light',
|
'T1013': 'light',
|
||||||
'T1201': 'switch',
|
'T1201': 'switch',
|
||||||
'T1202': 'switch',
|
'T1202': 'switch',
|
||||||
|
'T1203': 'switch',
|
||||||
'T1211': 'switch'
|
'T1211': 'switch'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -564,7 +564,7 @@ kiwiki-client==0.1.1
|
|||||||
konnected==0.1.4
|
konnected==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.eufy
|
# homeassistant.components.eufy
|
||||||
lakeside==0.10
|
lakeside==0.11
|
||||||
|
|
||||||
# homeassistant.components.owntracks
|
# homeassistant.components.owntracks
|
||||||
libnacl==1.6.1
|
libnacl==1.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user