mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 03:35:09 +02:00
fix return value
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user