Bump pyotgw to 0.4b4, fix Opentherm Gateway name in manifest.json (#23810)

This commit is contained in:
mvn23 2019-05-11 16:15:35 +02:00 committed by Daniel Høyer Iversen
parent 5c9a58f3e6
commit 6f8038992c
2 changed files with 3 additions and 3 deletions

View file

@ -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": []

View file

@ -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