ha-google-home
Home Assistant Google Home custom component
File Explorer
Download Latest Version (.zip)- configuration.yaml
- devcontainer.json
- action.yml
- feature_request.md
- issue.md
- security-report.md
- home-assistant.yml
- labeler.yml
- linting.yaml
- manage-labels.yml
- publish-release.yml
- release-drafter.yml
- dependabot.yml
- labeler.yml
- labels.yml
- release-drafter.yml
- launch.json
- settings.json
- tasks.json
- ca.json
- da.json
- de.json
- en.json
- es.json
- fr.json
- it.json
- nb.json
- nl.json
- nn.json
- pl.json
- pt-BR.json
- pt.json
- ru.json
- sk.json
- uk.json
- __init__.py
- api.py
- config_flow.py
- const.py
- entity.py
- exceptions.py
- manifest.json
- models.py
- number.py
- sensor.py
- services.yaml
- switch.py
- types.py
- publish_release.py
- .gitattributes
- .gitignore
- .kodiak.toml
- .pre-commit-config.yaml
- CONTRIBUTING.md
- hacs.json
- LICENSE
- LOCALIZATION.md
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/leikoilja/ha-google-home
Downloads the entire project code from GitHub to your computer.
cd ha-google-home
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip3 install glocaltokens
Installs the package published on PyPI directly β no need to clone the source.
pip install -U grpcio==1.46.1 --no-binary=grpcio --force-reinstall
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip3 install glocaltokens
Installs the package published on PyPI directly β no need to clone the source.
command: /bin/bash -c "apk add gcc g++; pip3 install --upgrade pip; pip3 install glocaltokens; /init"
Installs the Python libraries listed in requirements.txt (or similar).
pip install -U grpcio==1.46.1 --no-binary=grpcio --force-reinstall
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
