mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-05 12:14:20 +01:00
Create README.md
This commit is contained in:
28
homeassistant/README.md
Normal file
28
homeassistant/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# homeassistant
|
||||
https://home-assistant.io
|
||||
|
||||
### Command to fetch script
|
||||
```
|
||||
fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/homeassistant/homeassistant-install.sh
|
||||
```
|
||||
|
||||
Don't forget to
|
||||
```
|
||||
chmod +x homeassistant-install.sh
|
||||
```
|
||||
|
||||
## Install Notes
|
||||
|
||||
This is a completely unsupported install of Homeassistant Core. It may work, and it may not work.
|
||||
It used to work fine, but as of 2024 it's been tough keeping a jailed version going.
|
||||
|
||||
## Variables
|
||||
|
||||
PYTHON_VERSION
|
||||
- python version to use (currently defaults to 311)
|
||||
|
||||
## Mount points (should be mounted outside the jail)
|
||||
- `/home/homeassistant/config` - config directory
|
||||
|
||||
## Jail Properties
|
||||
- none
|
||||
Reference in New Issue
Block a user