Skip to content

Commit

Permalink
Bump pyotgw to 0.4b2 (#21973)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvn23 authored and balloob committed Mar 26, 2019
1 parent ab1f131 commit 44dc852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/opentherm_gw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['pyotgw==0.4b1']
REQUIREMENTS = ['pyotgw==0.4b2']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ pyoppleio==1.0.5
pyota==2.0.5

# homeassistant.components.opentherm_gw
pyotgw==0.4b1
pyotgw==0.4b2

# homeassistant.auth.mfa_modules.notify
# homeassistant.auth.mfa_modules.totp
Expand Down

0 comments on commit 44dc852

Please sign in to comment.