Skip to content

Commit

Permalink
Update pyotgw to 0.4b3 (#22496)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvn23 authored and balloob committed Mar 29, 2019
1 parent 21917f4 commit a95fb80
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.4b2']
REQUIREMENTS = ['pyotgw==0.4b3']

_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 @@ -1198,7 +1198,7 @@ pyoppleio==1.0.5
pyota==2.0.5

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

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

0 comments on commit a95fb80

Please sign in to comment.