diff --git a/homeassistant/components/iota.py b/homeassistant/components/iota.py index 237493c7919..442be6e22e7 100644 --- a/homeassistant/components/iota.py +++ b/homeassistant/components/iota.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index ce83183a89a..61dc9ca0681 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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