Skip to content

Commit

Permalink
Bump pyotgw to 0.4b1 (home-assistant#19715)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvn23 authored and cgarwood committed Jan 2, 2019
1 parent a10ca95 commit 635252e
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 @@ -104,7 +104,7 @@
}),
}, extra=vol.ALLOW_EXTRA)

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

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

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

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

0 comments on commit 635252e

Please sign in to comment.