Desmond-Dong commited on
Commit
4dbe61e
Β·
1 Parent(s): adcffe9

\"refactor: merge duplicate sections\"

Browse files
Files changed (1) hide show
  1. index.html +8 -32
index.html CHANGED
@@ -55,51 +55,27 @@
55
  </div>
56
  </div>
57
 
58
- <h2>How It Works</h2>
59
- <div class="template-info">
60
- <div class="info-box">
61
- <h3>🎀 Speak to Reachy Mini</h3>
62
- <p>Say the wake word "Okay Nabu" followed by your command. Reachy Mini detects your voice locally and sends it to Home Assistant.</p>
63
- </div>
64
- <div class="info-box">
65
- <h3>🏠 Home Assistant Processes</h3>
66
- <p>Home Assistant converts your speech to text, processes the command, and controls your smart home devices.</p>
67
- </div>
68
- <div class="info-box">
69
- <h3>πŸ”Š Reachy Mini Responds</h3>
70
- <p>Reachy Mini speaks the response back to you with natural head movements and antenna animations.</p>
71
- </div>
72
- <div class="info-box">
73
- <h3>πŸ“Ή Camera Feed</h3>
74
- <p>Reachy Mini's camera stream is available in Home Assistant as a Generic Camera for video monitoring.</p>
75
- </div>
76
- <div class="info-box">
77
- <h3>πŸŽ›οΈ Full Robot Control</h3>
78
- <p>Control 30+ robot entities from Home Assistant: motors, head position, LEDs, emotions, and more.</p>
79
- </div>
80
- </div>
81
-
82
  <h2>Features</h2>
83
  <div class="template-info">
84
  <div class="info-box">
85
- <h3>🎀 Local Wake Word Detection</h3>
86
- <p>Offline wake word detection with microWakeWord. Say "Okay Nabu" to activate.</p>
87
  </div>
88
  <div class="info-box">
89
- <h3>🏠 ESPHome Integration</h3>
90
- <p>Seamless connection to Home Assistant with automatic discovery via mDNS.</p>
91
  </div>
92
  <div class="info-box">
93
- <h3>🎭 Motion Feedback</h3>
94
- <p>Natural head movements and antenna animations during voice interaction.</p>
95
  </div>
96
  <div class="info-box">
97
  <h3>πŸ“Ή Camera Streaming</h3>
98
- <p>MJPEG video stream for Home Assistant Generic Camera integration.</p>
99
  </div>
100
  <div class="info-box">
101
  <h3>πŸŽ›οΈ 30+ Control Entities</h3>
102
- <p>Complete robot control via Home Assistant (motors, sensors, LEDs, emotions, etc.)</p>
103
  </div>
104
  </div>
105
 
 
55
  </div>
56
  </div>
57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  <h2>Features</h2>
59
  <div class="template-info">
60
  <div class="info-box">
61
+ <h3>🎀 Voice Wake Word</h3>
62
+ <p>Say "Okay Nabu" to activate. Reachy Mini detects your voice locally and sends commands to Home Assistant.</p>
63
  </div>
64
  <div class="info-box">
65
+ <h3>🏠 Smart Home Control</h3>
66
+ <p>Home Assistant processes your voice commands and controls your smart home devices automatically.</p>
67
  </div>
68
  <div class="info-box">
69
+ <h3>πŸ”Š Voice Response</h3>
70
+ <p>Reachy Mini speaks responses back with natural head movements and antenna animations for visual feedback.</p>
71
  </div>
72
  <div class="info-box">
73
  <h3>πŸ“Ή Camera Streaming</h3>
74
+ <p>MJPEG video stream available in Home Assistant as a Generic Camera for real-time monitoring.</p>
75
  </div>
76
  <div class="info-box">
77
  <h3>πŸŽ›οΈ 30+ Control Entities</h3>
78
+ <p>Complete robot control via Home Assistant: motors, head position, LEDs, emotions, and more.</p>
79
  </div>
80
  </div>
81