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
aafdf024d377ca95c0c066b42de2014f4ba5e5cb
open-xiaoai
/
examples
/
hass
/
tests
/
conftest.py
T
6 lines
99 B
Python
Raw
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