Commit ·
d77ff8d
1
Parent(s): b3ae818
Change custom_app_url to port 7860 for Reachy Mini settings
Browse filesReachy Mini apps use port 7860 for settings UI by default.
This matches the standard port used by other Reachy Mini apps.
reachy_mini_ha_voice/app.py
CHANGED
|
@@ -46,7 +46,7 @@ _SOUNDS_DIR = _REPO_DIR / "sounds"
|
|
| 46 |
class ReachyMiniHAVoiceApp(ReachyMiniApp):
|
| 47 |
"""Home Assistant Voice Assistant for Reachy Mini."""
|
| 48 |
|
| 49 |
-
custom_app_url: Optional[str] = "http://0.0.0.0:
|
| 50 |
|
| 51 |
def __init__(self):
|
| 52 |
"""Initialize the app."""
|
|
|
|
| 46 |
class ReachyMiniHAVoiceApp(ReachyMiniApp):
|
| 47 |
"""Home Assistant Voice Assistant for Reachy Mini."""
|
| 48 |
|
| 49 |
+
custom_app_url: Optional[str] = "http://0.0.0.0:7860"
|
| 50 |
|
| 51 |
def __init__(self):
|
| 52 |
"""Initialize the app."""
|