From 816ca63ef4ebebef638d4970260e9f017a8ce68d Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Tue, 12 Oct 2021 18:03:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7b666..2bb335c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ jarvis banner -# jarvis +# jarvis-server Jarvis is a simple IA for home automation / personal assistant with voice commands written in Python. It can be used alongside with HomeAssistant, the more devices you have on HomeAssistant, the more you will be able to teach to Jarvis. @@ -69,4 +69,4 @@ pipwin install fann2 */!\ Only Windows usually* Returns an error 404 when requesting information about an entity_id, you need to edit the source code of the file " rawapi.py" from the api. -Line 53 of rawapi.py must be changed from ``self.endpoint(path),`` to ``self.endpoint(path.replace('\\', '/')),`` \ No newline at end of file +Line 53 of rawapi.py must be changed from ``self.endpoint(path),`` to ``self.endpoint(path.replace('\\', '/')),``