Skip to content

Commit e5bb624

Browse files
committed
updated descriptoin
1 parent a74b023 commit e5bb624

1 file changed

Lines changed: 36 additions & 2 deletions

File tree

blueprints/automation/awtrix_binary_sensor.yaml

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,48 @@ blueprint:
4848

4949
on_icon:
5050
name: 🟢 ON Icon
51-
description: Icon name or LaMetric icon ID to show when the sensor is ON
51+
description: >
52+
Icon name or LaMetric icon ID to show when the sensor is ON.
53+
54+
**Custom icons from this repo** (upload first via `upload_icon.sh`):
55+
56+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/clothes-wash/clothes-wash.gif) - `clothes-wash`
57+
58+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/dishes/dishes-wash.gif) - `dishes-wash`
59+
60+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/door_monitor_front_door/front_door_is_open.gif) - `front_door_is_open`
61+
62+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/door_monitor_window/window_is_open.gif) - `window_is_open`
63+
64+
**Or use a LaMetric icon ID**, e.g.:
65+
66+
- ![](https://developer.lametric.com/content/apps/icon_thumbs/620_icon_thumb.gif?v=1) - `620` (checkmark)
67+
68+
- ![](https://developer.lametric.com/content/apps/icon_thumbs/108_icon_thumb.gif?v=1) - `108` (alert)
5269
selector:
5370
text:
5471
default: ""
5572

5673
off_icon:
5774
name: ⚫ OFF Icon
58-
description: Icon name or LaMetric icon ID to show when the sensor is OFF
75+
description: >
76+
Icon name or LaMetric icon ID to show when the sensor is OFF.
77+
78+
**Custom icons from this repo** (upload first via `upload_icon.sh`):
79+
80+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/clothes-wash/clothes-done.gif) - `clothes-done`
81+
82+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/dishes/dishes-done.gif) - `dishes-done`
83+
84+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/door_monitor_front_door/front_door_close.gif) - `front_door_close`
85+
86+
- ![](https://raw.githubusercontent.com/jeeftor/HomeAssistant/master/icons/door_monitor_window/window_close.gif) - `window_close`
87+
88+
**Or use a LaMetric icon ID**, e.g.:
89+
90+
- ![](https://developer.lametric.com/content/apps/icon_thumbs/620_icon_thumb.gif?v=1) - `620` (checkmark)
91+
92+
- ![](https://developer.lametric.com/content/apps/icon_thumbs/108_icon_thumb.gif?v=1) - `108` (alert)
5993
selector:
6094
text:
6195
default: ""

0 commit comments

Comments
 (0)