mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 15:56:35 +00:00
Add gas unit error (#9981)
This commit is contained in:
parent
d0edbec5fb
commit
5f3e980de0
@ -105,6 +105,7 @@ class HaConfigEnergy extends LitElement {
|
|||||||
<ha-energy-gas-settings
|
<ha-energy-gas-settings
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.preferences=${this._preferences!}
|
.preferences=${this._preferences!}
|
||||||
|
.validationResult=${this._validationResult!}
|
||||||
@value-changed=${this._prefsChanged}
|
@value-changed=${this._prefsChanged}
|
||||||
></ha-energy-gas-settings>
|
></ha-energy-gas-settings>
|
||||||
<ha-energy-device-settings
|
<ha-energy-device-settings
|
||||||
|
@ -1109,6 +1109,10 @@
|
|||||||
"title": "Unexpected unit of measurement",
|
"title": "Unexpected unit of measurement",
|
||||||
"description": "The following entities do not have the expected units of measurement 'kWh' or 'Wh':"
|
"description": "The following entities do not have the expected units of measurement 'kWh' or 'Wh':"
|
||||||
},
|
},
|
||||||
|
"entity_unexpected_unit_gas": {
|
||||||
|
"title": "Unexpected unit of measurement",
|
||||||
|
"description": "The following entities do not have the expected units of measurement 'kWh', 'm³' or 'ft³':"
|
||||||
|
},
|
||||||
"entity_unexpected_unit_price": {
|
"entity_unexpected_unit_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'':"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user