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
epenet 2023-03-30 10:21:11 +02:00 committed by GitHub
parent a7040a0487
commit 3599515325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -160,6 +160,9 @@
"energy_storage": { "energy_storage": {
"name": "Stored energy" "name": "Stored energy"
}, },
"enum": {
"name": "[%key:component::sensor::title%]"
},
"frequency": { "frequency": {
"name": "Frequency" "name": "Frequency"
}, },
@ -235,6 +238,9 @@
"temperature": { "temperature": {
"name": "Temperature" "name": "Temperature"
}, },
"timestamp": {
"name": "Timestamp"
},
"volatile_organic_compounds": { "volatile_organic_compounds": {
"name": "VOCs" "name": "VOCs"
}, },