You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy to use home assistant to talk to, get several information, controlling your IoT-devices and the best of all **keeping your data private/locally**. Therefore, the assistant can operate offline except some enabled apis (e.g. Instagram, etc.). Would love to see some reactions (issues, pull-requests, etc.). Please note, that this project is young and has not all featured functionalities.
3
+
Easy to use home assistant to talk to, get several information, controlling your IoT-devices and the best of all **keeping your data private/locally**. Therefore, the assistant can operate offline except by the use of some modules (e.g. weather module, etc.). Would love to see some reactions (issues, pull-requests, etc.). Please note, that this project is young and has not all featured functionalities.
4
4
5
5
## How to get started
6
-
Start main.py to use the full functional home assistant. I recommend that you use Docker, for that I have provided a [Dockerfile](https://github.com/wsdt/Python_HomeAssistant/blob/master/docker/Dockerfile).
6
+
To get your home assistant running you just have to take 1-2 steps (depends on whether you started the assistant before).
7
+
1. Execute *setup.py* once, if you newly downloaded this assistant
8
+
1. Execute *main.py*
7
9
8
-
### Confidential.py
9
-
You might need the CONFIDENTIAL.py file to use this assistant without restrictions. For that I provided a [CONFIDENTIAL_Template.py-File](https://github.com/wsdt/Python_HomeAssistant/blob/master/CONFIDENTIAL_Template.py)
10
-
which contains example parameters. Please change all params and then rename the file to "CONFIDENTIAL.py". I added the confidential file to the projects [.gitignore](https://github.com/wsdt/Python_HomeAssistant/blob/master/.gitignore).
10
+
Above steps will work assuming that you have all python libraries installed. Considering that I recommend using Docker, for that I have provided a [Dockerfile](https://github.com/wsdt/Python_HomeAssistant/blob/master/docker/Dockerfile).
To create new modules or changing/extending the application core, please take a look into following files, which are well commented (Better documentation follows):
42
+
1. ./starterkit/abstr_answer.py --> How to create a new module
43
+
1. ./setup.py --> How to install this assistant
44
+
40
45
### How to add an issue
41
46
1.**Add a good title to your issue.** Please use a concise and precise title.
0 commit comments