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:
Joost Lekkerkerker 2024-05-07 22:33:10 +02:00 committed by GitHub
parent fc3c384e0a
commit 27d45f04c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -31,10 +31,10 @@
"name": "Balance" "name": "Balance"
}, },
"total_balance": { "total_balance": {
"name": "Total Balance" "name": "Total balance"
}, },
"pot_balance": { "pot_balance": {
"name": "Balance" "name": "[%key:component::monzo::entity::sensor::balance::name%]"
} }
} }
} }

View file

@ -20,7 +20,7 @@
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'attribution': 'Data provided by Monzo', 'attribution': 'Data provided by Monzo',
'device_class': 'monetary', 'device_class': 'monetary',
'friendly_name': 'Current Account Total Balance', 'friendly_name': 'Current Account Total balance',
'unit_of_measurement': 'GBP', 'unit_of_measurement': 'GBP',
}), }),
'context': <ANY>, 'context': <ANY>,
@ -52,7 +52,7 @@
'attributes': ReadOnlyDict({ 'attributes': ReadOnlyDict({
'attribution': 'Data provided by Monzo', 'attribution': 'Data provided by Monzo',
'device_class': 'monetary', 'device_class': 'monetary',
'friendly_name': 'Flex Total Balance', 'friendly_name': 'Flex Total balance',
'unit_of_measurement': 'GBP', 'unit_of_measurement': 'GBP',
}), }),
'context': <ANY>, 'context': <ANY>,