Add icons for conductivity (#124576)

pull/124582/head
dontinelli 2024-08-25 18:14:38 +02:00 committed by GitHub
parent d18e81f932
commit d94b1e6e8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,9 @@
"carbon_monoxide": {
"default": "mdi:molecule-co"
},
"conductivity": {
"default": "mdi:sprout-outline"
},
"current": {
"default": "mdi:current-ac"
},

View File

@ -49,6 +49,9 @@
"carbon_monoxide": {
"name": "[%key:component::sensor::entity_component::carbon_monoxide::name%]"
},
"conductivity": {
"name": "[%key:component::sensor::entity_component::conductivity::name%]"
},
"current": {
"name": "[%key:component::sensor::entity_component::current::name%]"
},

View File

@ -18,6 +18,9 @@
"carbon_monoxide": {
"default": "mdi:molecule-co"
},
"conductivity": {
"default": "mdi:sprout-outline"
},
"current": {
"default": "mdi:current-ac"
},