Skip to content

Commit

Permalink
Merge pull request #73 from Kars-de-Jong/update_icons_of_pressure_sen…
Browse files Browse the repository at this point in the history
…sors

Update icons for low and high pressure sensors
  • Loading branch information
BenPru authored Jan 23, 2023
2 parents 566107e + 76ad7ac commit e65ebc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/luxtronik/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ async def async_setup_entry(
unit_of_measurement=UnitOfPressure.BAR,
entity_registry_enabled_default=False,
device_class=SensorDeviceClass.PRESSURE,
icon="mdi:gauge-full",
),
LuxtronikSensor(
luxtronik,
Expand All @@ -439,6 +440,7 @@ async def async_setup_entry(
unit_of_measurement=UnitOfPressure.BAR,
entity_registry_enabled_default=False,
device_class=SensorDeviceClass.PRESSURE,
icon="mdi:gauge-low",
),
LuxtronikSensor(
luxtronik,
Expand Down

0 comments on commit e65ebc4

Please sign in to comment.