Fix capitalization in Monzo strings (#117035)
* Fix capitalization in Monzo strings * Fix capitalization in Monzo strings * Fix capitalization in Monzo strings
This commit is contained in:
parent
fc3c384e0a
commit
27d45f04c4
2 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,10 @@
|
|||
"name": "Balance"
|
||||
},
|
||||
"total_balance": {
|
||||
"name": "Total Balance"
|
||||
"name": "Total balance"
|
||||
},
|
||||
"pot_balance": {
|
||||
"name": "Balance"
|
||||
"name": "[%key:component::monzo::entity::sensor::balance::name%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
'attributes': ReadOnlyDict({
|
||||
'attribution': 'Data provided by Monzo',
|
||||
'device_class': 'monetary',
|
||||
'friendly_name': 'Current Account Total Balance',
|
||||
'friendly_name': 'Current Account Total balance',
|
||||
'unit_of_measurement': 'GBP',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
@ -52,7 +52,7 @@
|
|||
'attributes': ReadOnlyDict({
|
||||
'attribution': 'Data provided by Monzo',
|
||||
'device_class': 'monetary',
|
||||
'friendly_name': 'Flex Total Balance',
|
||||
'friendly_name': 'Flex Total balance',
|
||||
'unit_of_measurement': 'GBP',
|
||||
}),
|
||||
'context': <ANY>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue