kubernetes-guide/content/cases/home-network/home-assistant.md

35 lines
627 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 智能家居助手HomeAssistant
## 开源项目
项目地址https://github.com/home-assistant/core
官网https://www.home-assistant.io/
## 目录结构
```txt
home-assistant
├── daemonset.yaml
└── kustomization.yaml
```
## 准备 daemonset.yaml
<FileBlock showLineNumbers title="daemonset.yaml" file="home-network/home-assistant.yaml" />
## 准备 kustomization.yaml
```yaml title="kustomization.yaml"
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- daemonset.yaml
namespace: default
```
## 访问 HomeAssistant
访问入口http://`路由器内网 IP`:8123/