Upgrade blockchain to 1.3.1

This commit is contained in:
Fabian Affolter 2016-03-24 08:00:05 +01:00
parent 38e6f8fdab
commit 2c770164f2
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ from datetime import timedelta
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle
REQUIREMENTS = ['blockchain==1.2.1']
REQUIREMENTS = ['blockchain==1.3.1']
_LOGGER = logging.getLogger(__name__)
OPTION_TYPES = {
'wallet': ['Wallet balance', 'BTC'],