Skip to content

Commit

Permalink
Set voc_index to "mdi:molecule" to match other VOC icons in Home Assi…
Browse files Browse the repository at this point in the history
…stant
  • Loading branch information
agoode committed Jun 3, 2024
1 parent 40ad896 commit 51134c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extension/homeassistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ export default class HomeAssistant extends Extension {
transition: {entity_category: 'config', icon: 'mdi:transition'},
trigger_count: {icon: 'mdi:counter', enabled_by_default: false},
voc: {device_class: 'volatile_organic_compounds', state_class: 'measurement'},
voc_index: {state_class: 'measurement'},
voc_index: {state_class: 'measurement', icon: 'mdi:molecule'},
voc_parts: {device_class: 'volatile_organic_compounds_parts', state_class: 'measurement'},
vibration_timeout: {entity_category: 'config', icon: 'mdi:timer'},
voltage: {
Expand Down

0 comments on commit 51134c2

Please sign in to comment.