Skip to content

Commit

Permalink
fix: Set voc_index to mdi:molecule to match other VOC icons in Home…
Browse files Browse the repository at this point in the history
… Assistant (#22920)
  • Loading branch information
agoode authored Jun 4, 2024
1 parent 6fbf14c commit dbf0a33
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 dbf0a33

Please sign in to comment.