-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmutagen.yml
executable file
·42 lines (36 loc) · 1000 Bytes
/
mutagen.yml
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
sync:
defaults:
ignore:
paths:
- __pycache__
- mutagen.yml.lock
- .esphome
- tmp
- .DS_Store
home-assistant:
alpha: "./home-assistant"
beta: "[email protected]:/data/home-assistant"
mode: "two-way-safe"
ignore:
paths:
- /zigbee2mqtt-data/*
- "!/zigbee2mqtt-data/configuration.yaml"
- "!/zigbee2mqtt-data/secret.yaml"
- /config/*
- "!/config/configuration.yaml"
- "!/config/automations.yaml"
- "!/config/blueprints"
- "!/config/scenes.yaml"
- "!/config/scripts.yaml"
- "!/config/secrets.yaml"
- "!/config/custom_components"
- esphome-data/.esphome
- "/find3-data/*"
esphome-nimble:
alpha: "./esphome_nimble"
beta: "[email protected]:/data/esphome_nimble"
mode: "two-way-safe"
forward:
zigbee2mqtt-ui:
source: "tcp:localhost:8092"
destination: "[email protected]:tcp:localhost:8080"