mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
This reverts commit dae4543e547685b684ee19e901f2674b122e5a2d. There's a bug in the new version of the library that may cause 100% CPU usage, rendering Home Assistant unresponsive.
This commit is contained in:
parent
2ba86310f0
commit
dc9da79a1c
@ -104,7 +104,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||||||
}),
|
}),
|
||||||
}, extra=vol.ALLOW_EXTRA)
|
}, extra=vol.ALLOW_EXTRA)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyotgw==0.4b0']
|
REQUIREMENTS = ['pyotgw==0.3b1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1132,7 +1132,7 @@ pyoppleio==1.0.5
|
|||||||
pyota==2.0.5
|
pyota==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.opentherm_gw
|
# homeassistant.components.opentherm_gw
|
||||||
pyotgw==0.4b0
|
pyotgw==0.3b1
|
||||||
|
|
||||||
# homeassistant.auth.mfa_modules.notify
|
# homeassistant.auth.mfa_modules.notify
|
||||||
# homeassistant.auth.mfa_modules.totp
|
# homeassistant.auth.mfa_modules.totp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user