mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-23 13:54:26 +01:00
Re-branding of core add-ons (#1046)
* Re-branding of core add-ons * Update title README * Fix ada description Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Hass.io Core Add-on: Google Assistant SDK
|
||||
# Home Assistant Add-on: Google Assistant SDK
|
||||
|
||||
Load and update configuration files for Home Assistant from a Git repository.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Hass.IO Google Assistant."""
|
||||
"""Home Assistant Google Assistant."""
|
||||
import json
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
@@ -21,6 +21,6 @@ elif ! bashio::fs.file_exists "${CRED_JSON}"; then
|
||||
bashio::exit.nok "You need initialize Google Assistant with a client secret JSON!"
|
||||
fi
|
||||
|
||||
basio::log.info "Starting Hass.io GAssisant SDK..."
|
||||
basio::log.info "Starting Home Assistant GAssisant SDK..."
|
||||
exec python3 /hassio_gassistant.py \
|
||||
"${CRED_JSON}" "${PROJECT_ID}" "${MODEL_ID}" < /dev/null
|
||||
|
||||
Reference in New Issue
Block a user