mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Bump pyotgw to 0.3b1 (#18286)
* Bump pyotgw to 0.3b1 * Update requirements_all.txt
This commit is contained in:
parent
df3d82e0e3
commit
e698fc2553
@ -104,7 +104,7 @@ CONFIG_SCHEMA = vol.Schema({
|
|||||||
}),
|
}),
|
||||||
}, extra=vol.ALLOW_EXTRA)
|
}, extra=vol.ALLOW_EXTRA)
|
||||||
|
|
||||||
REQUIREMENTS = ['pyotgw==0.3b0']
|
REQUIREMENTS = ['pyotgw==0.3b1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1057,7 +1057,7 @@ pyoppleio==1.0.5
|
|||||||
pyota==2.0.5
|
pyota==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.opentherm_gw
|
# homeassistant.components.opentherm_gw
|
||||||
pyotgw==0.3b0
|
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