Upgrade blockchain to 1.3.1
This commit is contained in:
parent
38e6f8fdab
commit
2c770164f2
2 changed files with 2 additions and 2 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue