Some progress on G assistant api
This commit is contained in:
parent
64f2f598df
commit
43892798ef
13 changed files with 217 additions and 77 deletions
|
|
@ -4,8 +4,12 @@
|
|||
|
||||
hal.http_port=8080
|
||||
|
||||
# ------------------------------------
|
||||
# ------------------------------------------------------------------------
|
||||
# Plugin configurations
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
# ------------------------------------
|
||||
# Sensors and Events
|
||||
# ------------------------------------
|
||||
|
||||
## Tellstick plugin
|
||||
|
|
@ -24,4 +28,13 @@ hal.http_port=8080
|
|||
#zwave.com_port=COM4
|
||||
|
||||
## Power Challenge Plugin
|
||||
powerchallenge.sync_port=6666
|
||||
powerchallenge.sync_port=6666
|
||||
|
||||
# ------------------------------------
|
||||
# Assistants
|
||||
# ------------------------------------
|
||||
|
||||
## Google Assistant
|
||||
assistant.google.port=8081
|
||||
assistant.google.keystore=resource/conf/selfsigned.jks
|
||||
assistant.google.keystore_psw=123456789
|
||||
Loading…
Add table
Add a link
Reference in a new issue