Skip to content

Commit bc8a5a3

Browse files
committed
Update icons
- The lightning bolt was too close to icons of other default sensors. - The brightness icon was wrong.
1 parent 2fe5e01 commit bc8a5a3

File tree

4 files changed

+107
-107
lines changed

4 files changed

+107
-107
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The integration creates a **simple switch** to turn the notification on and off:
3838

3939
And sensors on each of the switches to see the **current state of each switch**:
4040

41-
<img width="300" alt="Image" src="https://github.com/user-attachments/assets/c36e008d-900f-4daa-9510-60171f6bd45d" />
41+
<img width="300" alt="Image" src="https://github.com/user-attachments/assets/fc29de87-be5c-47e7-ad35-e1cd126a45fa" />
4242

4343
_Because sometimes one notification may have a [higher priority](#notification-priority) and override another._
4444

custom_components/lampie/sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _multi[T](
9898
suggested_display_precision=0,
9999
native_unit_of_measurement=PERCENTAGE,
100100
state_class=SensorStateClass.MEASUREMENT,
101-
icon="mdi:timer",
101+
icon="mdi:brightness-percent",
102102
),
103103
LampieSensorDescription(
104104
key=ATTR_COLOR,
@@ -137,7 +137,7 @@ def _multi[T](
137137
translation_key=ATTR_EFFECT,
138138
value_fn=_combined("effect", _unique),
139139
attrs_fn=lambda data: _multi(data, "effect"),
140-
icon="mdi:lightning-bolt",
140+
icon="mdi:star-four-points-box",
141141
),
142142
)
143143

0 commit comments

Comments
 (0)