-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
![GitHub release (latest by date)](https://img.shields.io/github/v/release/dewgew/DZGA-Flask?logo=github) [![Discord](https://img.shields.io/discord/664815298284748830?logo=discord)](https://discordapp.com/invite/AmJV6AC) [![Python Package](https://github.com/DewGew/DZGA-Flask/actions/workflows/python-app.yml/badge.svg?branch=main)](https://github.com/DewGew/DZGA-Flask/actions/workflows/python-app.yml) | ||
# DZGA-Flask | ||
Domoticz Google Assisting using Flask | ||
Standalone implementation for [Domoticz Home Automation](https://www.domoticz.com/). It means that you can put this server wherever you want, even on another machine. You need to setup a project in Actions on Google Console. You find instructions below. | ||
|
||
Required: | ||
- latest Domoticz stable 2023.2 or above. | ||
- public url | ||
- python >= 3.5 | ||
- Make local deployment available trough HTTPS with valid certificate with one of below: | ||
- SSL with own domain or dynamic DNS, require ssl key and ssl certficate | ||
- Use ngrok for a secure SSL tunnel with valid public HTTPS URL | ||
- Configure reverse proxy with valid certificate using Let's Encrypt |