This website requires JavaScript.
Explore
Help
Register
Sign In
Hass
/
open-xiaoai
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
open-xiaoai
/
examples
/
hass
/
tests
/
conftest.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
99 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
feat(hass): 新增小爱音箱接入 Home Assistant Assist 的完整示例
2026-03-04 17:11:04 +08:00
import
sys
from
pathlib
import
Path
sys
.
path
.
insert
(
0
,
str
(
Path
(
__file__
)
.
resolve
()
.
parents
[
1
]))
Reference in New Issue
Copy Permalink