@@ -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+ -  - `clothes-wash`
57+
58+ -  - `dishes-wash`
59+
60+ -  - `front_door_is_open`
61+
62+ -  - `window_is_open`
63+
64+ **Or use a LaMetric icon ID**, e.g.:
65+
66+ -  - `620` (checkmark)
67+
68+ -  - `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+ -  - `clothes-done`
81+
82+ -  - `dishes-done`
83+
84+ -  - `front_door_close`
85+
86+ -  - `window_close`
87+
88+ **Or use a LaMetric icon ID**, e.g.:
89+
90+ -  - `620` (checkmark)
91+
92+ -  - `108` (alert)
5993 selector :
6094 text :
6195 default : " "
0 commit comments