mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fix typo in energy: misplaced closing brace (#86027)
This commit is contained in:
parent
11b9a0b383
commit
8485588aca
@ -27,7 +27,7 @@
|
||||
},
|
||||
"entity_unexpected_unit_gas": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor:)"
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):"
|
||||
},
|
||||
"entity_unexpected_unit_water": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"title": "Unexpected unit of measurement"
|
||||
},
|
||||
"entity_unexpected_unit_gas": {
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor:)",
|
||||
"description": "The following entities do not have an expected unit of measurement (either of {energy_units} for an energy sensor or either of {gas_units} for a gas sensor):",
|
||||
"title": "Unexpected unit of measurement"
|
||||
},
|
||||
"entity_unexpected_unit_gas_price": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user