rename integration folder

This commit is contained in:
Alex O'Connell
2023-10-26 21:48:32 -04:00
parent abd2818a2b
commit 7c1ba32caf
7 changed files with 11 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
models/
core/
config/
.DS_Store

View File

@@ -1,6 +1,7 @@
{
"domain": "llama_conversation",
"name": "LLaMA Conversation",
"version": "0.0.1",
"codeowners": ["@acon96"],
"config_flow": true,
"dependencies": ["conversation"],

8
run-ha.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
docker run -it --rm \
--name homeassistant \
--privileged \
-e TZ=MY_TIME_ZONE \
-v $(pwd)/config:/config \
--network=host \
ghcr.io/home-assistant/home-assistant:stable