Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4db304de42
1
.gitignore
vendored
1
.gitignore
vendored
@ -139,3 +139,4 @@ dmypy.json
|
||||
|
||||
/ffmpeg/
|
||||
/jarvis/config/secrets.json
|
||||
start.sh
|
||||
|
@ -1,6 +1,6 @@
|
||||
<img src="https://i.imgur.com/uuWWP39.png" alt="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('\\', '/')),``
|
||||
Line 53 of rawapi.py must be changed from ``self.endpoint(path),`` to ``self.endpoint(path.replace('\\', '/')),``
|
||||
|
Reference in New Issue
Block a user