Skip to content

Commit 9157ac7

Browse files
committed
Set voc_index to "mdi:molecule" to match other VOC icons in Home Assistant
1 parent 6fbf14c commit 9157ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extension/homeassistant.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ export default class HomeAssistant extends Extension {
849849
transition: {entity_category: 'config', icon: 'mdi:transition'},
850850
trigger_count: {icon: 'mdi:counter', enabled_by_default: false},
851851
voc: {device_class: 'volatile_organic_compounds', state_class: 'measurement'},
852-
voc_index: {state_class: 'measurement'},
852+
voc_index: {state_class: 'measurement', icon: 'mdi:molecule'},
853853
voc_parts: {device_class: 'volatile_organic_compounds_parts', state_class: 'measurement'},
854854
vibration_timeout: {entity_category: 'config', icon: 'mdi:timer'},
855855
voltage: {

0 commit comments

Comments
 (0)