Upgrade pyota to 2.0.4 (#11991)
This commit is contained in:
parent
96f9a12541
commit
c7efe5b7dd
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.helpers.discovery import load_platform
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pyota==2.0.3']
|
||||
REQUIREMENTS = ['pyota==2.0.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -821,7 +821,7 @@ pynut2==2.1.2
|
|||
pynx584==0.4
|
||||
|
||||
# homeassistant.components.iota
|
||||
pyota==2.0.3
|
||||
pyota==2.0.4
|
||||
|
||||
# homeassistant.components.sensor.otp
|
||||
pyotp==2.2.6
|
||||
|
|
Loading…
Add table
Reference in a new issue