mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix a translation bug for water price issue (#96958)
This commit is contained in:
parent
447fbf58c9
commit
9b0d4c8c03
@ -39,11 +39,11 @@
|
||||
},
|
||||
"entity_unexpected_unit_gas_price": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::title%]",
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy::description%]"
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::description%]"
|
||||
},
|
||||
"entity_unexpected_unit_water_price": {
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy::title%]",
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy::description%]"
|
||||
"title": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::title%]",
|
||||
"description": "[%key:component::energy::issues::entity_unexpected_unit_energy_price::description%]"
|
||||
},
|
||||
"entity_unexpected_state_class": {
|
||||
"title": "Unexpected state class",
|
||||
|
Loading…
x
Reference in New Issue
Block a user