24 lines
607 B
Markdown
24 lines
607 B
Markdown
use 'homeassistant/home-assistant:stable' container
|
|
|
|
# https://community.home-assistant.io/t/addons-for-docker-installation/436190/42
|
|
# resource: https://community.home-assistant.io/t/problems-installing-ha-supervisor-on-docker/526234/5
|
|
|
|
|
|
enter container shell:
|
|
docker exec -it homeassistant bash
|
|
wget -O - https://get.hacs.xyz | bash -
|
|
|
|
|
|
|
|
|
|
|
|
|
|
custom agent AI
|
|
https://community.home-assistant.io/t/custom-integration-ollama-conversation-local-ai-agent/636103/7
|
|
|
|
|
|
|
|
custom functions:
|
|
https://community.home-assistant.io/t/custom-component-extended-openai-conversation-lets-control-entities-via-chatgpt/636500
|
|
|