mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Fix typo in bitcoin.py component for mined blocks. (#11318)
This commit is contained in:
parent
7a600ea064
commit
54b4142530
@ -38,7 +38,7 @@ OPTION_TYPES = {
|
||||
'number_of_transactions': ['No. of Transactions', None],
|
||||
'hash_rate': ['Hash rate', 'PH/s'],
|
||||
'timestamp': ['Timestamp', None],
|
||||
'mined_blocks': ['Minded Blocks', None],
|
||||
'mined_blocks': ['Mined Blocks', None],
|
||||
'blocks_size': ['Block size', None],
|
||||
'total_fees_btc': ['Total fees', 'BTC'],
|
||||
'total_btc_sent': ['Total sent', 'BTC'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user