Desmond-Dong commited on
Commit
26e543e
Β·
1 Parent(s): b9abf97

docs: add emoji gesture reference table

Browse files
Files changed (2) hide show
  1. PROJECT_PLAN.md +12 -1
  2. index.html +1 -1
PROJECT_PLAN.md CHANGED
@@ -391,8 +391,19 @@ Based on deep analysis of Reachy Mini SDK, the following entities are exposed to
391
  - [x] `gesture_detected` - Detected gesture name (Text Sensor)
392
  - [x] `gesture_confidence` - Gesture detection confidence % (Sensor)
393
  - [x] HaGRID ONNX models: hand_detector.onnx + crops_classifier.onnx
394
- - [x] 18 supported gestures: call, dislike, fist, four, like, mute, ok, one, palm, peace, peace_inverted, rock, stop, stop_inverted, three, three2, two_up, two_up_inverted
395
  - [x] Real-time state push to Home Assistant
 
 
 
 
 
 
 
 
 
 
 
 
396
 
397
  ---
398
 
 
391
  - [x] `gesture_detected` - Detected gesture name (Text Sensor)
392
  - [x] `gesture_confidence` - Gesture detection confidence % (Sensor)
393
  - [x] HaGRID ONNX models: hand_detector.onnx + crops_classifier.onnx
 
394
  - [x] Real-time state push to Home Assistant
395
+ - [x] 18 supported gestures:
396
+ | Gesture | Emoji | Gesture | Emoji |
397
+ |---------|-------|---------|-------|
398
+ | call | πŸ€™ | like | πŸ‘ |
399
+ | dislike | πŸ‘Ž | mute | 🀫 |
400
+ | fist | ✊ | ok | πŸ‘Œ |
401
+ | four | πŸ–οΈ | one | ☝️ |
402
+ | palm | βœ‹ | peace | ✌️ |
403
+ | peace_inverted | πŸ”»βœŒοΈ | rock | 🀘 |
404
+ | stop | πŸ›‘ | stop_inverted | πŸ”»πŸ›‘ |
405
+ | three | 3️⃣ | three2 | 🀟 |
406
+ | two_up | ✌️☝️ | two_up_inverted | πŸ”»βœŒοΈβ˜οΈ |
407
 
408
  ---
409
 
index.html CHANGED
@@ -37,7 +37,7 @@
37
  <span>Multi-room audio</span>
38
  <span>45+ HA entities</span>
39
  <span>Zero configuration</span>
40
- <span>Auto discovery</span>
41
 
42
 
43
  </div>
 
37
  <span>Multi-room audio</span>
38
  <span>45+ HA entities</span>
39
  <span>Zero configuration</span>
40
+ <span>Gesture Detection</span>
41
 
42
 
43
  </div>