-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutilidadesHA.config
55 lines (36 loc) · 981 Bytes
/
utilidadesHA.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#consts
SCRIPT="utilidadesHA"
PATH_HA_CONFIG=/srv/ha/hass-config
PATH_HA_MEDIA=/srv/ha/hass-media
#CONFIG FOR SSL PATH
#PATH_HA_SSL=
#PATH_HA_SSL_CONTAINER=
#PATHS for socket DBUS for Bluetooth integration
PATH_HA_DBUS=/run/dbus
PATH_HA_DBUS_CONTAINER=/run/dbus
NAME_CONTAINER=home-assistant
#USB device zigbee if exists
#USB_ZIGBEE=/dev/serial/by-id/usb-xxxxxx
#BACKUP
FOLDER_BACKUP=/backup/
#RECIPIENT when use gpg compression
#RECIPIENT_GPG=
#IMAGE URL
##########
#rpi3
IMAGE_DOCKER_RPI3=homeassistant/raspberrypi3-homeassistant
#Rpi4
IMAGE_DOCKER_RPI4=ghcr.io/home-assistant/raspberrypi4-homeassistant
#x86_64
IMAGE_DOCKER_x86_64=ghcr.io/home-assistant/home-assistant
#AARCH64 (like Orange Pi Zero3)
IMAGE_DOCKER_aarch64=ghcr.io/home-assistant/home-assistant
#DOCKER TAG TO BE USED
TAG_DOCKER=stable
#Show with colours
# si if you want to show script with colours, another value if not.
COLOURS=si
#FORCE UPDATE,
#Default value
#0 disable, 1 enable
FORCE=0