Bump pyotgw to 0.4b4, fix Opentherm Gateway name in manifest.json (#23810)
This commit is contained in:
parent
5c9a58f3e6
commit
6f8038992c
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"domain": "opentherm_gw",
|
"domain": "opentherm_gw",
|
||||||
"name": "Opentherm gw",
|
"name": "Opentherm Gateway",
|
||||||
"documentation": "https://www.home-assistant.io/components/opentherm_gw",
|
"documentation": "https://www.home-assistant.io/components/opentherm_gw",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyotgw==0.4b3"
|
"pyotgw==0.4b4"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
|
|
@ -1232,7 +1232,7 @@ pyoppleio==1.0.5
|
||||||
pyota==2.0.5
|
pyota==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.opentherm_gw
|
# homeassistant.components.opentherm_gw
|
||||||
pyotgw==0.4b3
|
pyotgw==0.4b4
|
||||||
|
|
||||||
# homeassistant.auth.mfa_modules.notify
|
# homeassistant.auth.mfa_modules.notify
|
||||||
# homeassistant.auth.mfa_modules.totp
|
# homeassistant.auth.mfa_modules.totp
|
||||||
|
|
Loading…
Add table
Reference in a new issue