Add missing strings to sensor integration (#90475)
* Add missing strings to sensor integration * Enumeration * Apply suggestion Co-authored-by: Franck Nijhof <frenck@frenck.nl> --------- Co-authored-by: Franck Nijhof <frenck@frenck.nl>pull/97139/head
parent
a7040a0487
commit
3599515325
|
@ -160,6 +160,9 @@
|
|||
"energy_storage": {
|
||||
"name": "Stored energy"
|
||||
},
|
||||
"enum": {
|
||||
"name": "[%key:component::sensor::title%]"
|
||||
},
|
||||
"frequency": {
|
||||
"name": "Frequency"
|
||||
},
|
||||
|
@ -235,6 +238,9 @@
|
|||
"temperature": {
|
||||
"name": "Temperature"
|
||||
},
|
||||
"timestamp": {
|
||||
"name": "Timestamp"
|
||||
},
|
||||
"volatile_organic_compounds": {
|
||||
"name": "VOCs"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue