Skip to content

Commit

Permalink
Fix new icons
Browse files Browse the repository at this point in the history
* Change new icons text to string
* Change gauge icon to gauge-full
  • Loading branch information
BenPru authored Jan 22, 2023
1 parent 6ec18e0 commit 76ad7ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/luxtronik/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ async def async_setup_entry(
unit_of_measurement=UnitOfPressure.BAR,
entity_registry_enabled_default=False,
device_class=SensorDeviceClass.PRESSURE,
icon=mdi:gauge,
icon="mdi:gauge-full",
),
LuxtronikSensor(
luxtronik,
Expand All @@ -440,7 +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
icon="mdi:gauge-low",
),
LuxtronikSensor(
luxtronik,
Expand Down

0 comments on commit 76ad7ac

Please sign in to comment.