File tree Expand file tree Collapse file tree 4 files changed +107
-107
lines changed Expand file tree Collapse file tree 4 files changed +107
-107
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The integration creates a **simple switch** to turn the notification on and off:
3838
3939And 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments