Split price validation errors (#10155)

This commit is contained in:
Paulus Schoutsen 2021-10-04 21:04:45 -07:00 committed by GitHub
parent cba6bbdc74
commit 1793c68aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1091,10 +1091,14 @@
"title": "Unexpected unit of measurement", "title": "Unexpected unit of measurement",
"description": "The following entities do not have the expected units of measurement 'kWh', 'm³' or 'ft³':" "description": "The following entities do not have the expected units of measurement 'kWh', 'm³' or 'ft³':"
}, },
"entity_unexpected_unit_price": { "entity_unexpected_unit_energy_price": {
"title": "Unexpected unit of measurement", "title": "Unexpected unit of measurement",
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':" "description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':"
}, },
"entity_unexpected_unit_gas_price": {
"title": "Unexpected unit of measurement",
"description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'', ''{currency}/m³'' or ''{currency}/ft³'':"
},
"entity_unexpected_state_class": { "entity_unexpected_state_class": {
"title": "Unexpected state class", "title": "Unexpected state class",
"description": "The following entities do not have the expected state class:" "description": "The following entities do not have the expected state class:"