fix return value
parent
91b611acb7
commit
9b4b76d364
|
@ -113,7 +113,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
"Unable to import blockchain. "
|
||||
"Did you maybe not install the 'blockchain' package?")
|
||||
|
||||
return None
|
||||
return False
|
||||
|
||||
wallet_id = config.get('wallet', None)
|
||||
password = config.get('password', None)
|
||||
|
|
Loading…
Reference in New Issue