forked from AzonInc/Doorman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
56 lines (52 loc) · 2.12 KB
/
Copy path.pre-commit-config.yaml
File metadata and controls
56 lines (52 loc) · 2.12 KB
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
55
56
---
repos:
- repo: local
hooks:
- id: esp32-s3.ha.standard.yaml
name: Validate Config - Standard (ha, master)
entry: esphome config firmware/configurations/esp32-s3.ha.standard.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.ha.standard.dev.yaml
name: Validate Config - Standard (ha, dev)
entry: esphome config firmware/configurations/esp32-s3.ha.standard.dev.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.standard.yaml
name: Validate Config - Standard (mqtt, master)
entry: esphome config firmware/configurations/esp32-s3.mqtt.standard.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.standard.dev.yaml
name: Validate Config - Standard (mqtt, dev)
entry: esphome config firmware/configurations/esp32-s3.mqtt.standard.dev.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.ha.nuki-bridge.yaml
name: Validate Config - Nuki Bridge (ha, master)
entry: esphome config firmware/configurations/esp32-s3.ha.nuki-bridge.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.ha.nuki-bridge.dev.yaml
name: Validate Config - Nuki Bridge (ha, dev)
entry: esphome config firmware/configurations/esp32-s3.ha.nuki-bridge.dev.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.nuki-bridge.yaml
name: Validate Config - Nuki Bridge (mqtt, master)
entry: esphome config firmware/configurations/esp32-s3.mqtt.nuki-bridge.master.yaml
language: system
pass_filenames: false
files: ^firmware/
- id: esp32-s3.mqtt.nuki-bridge.dev.yaml
name: Validate Config - Nuki Bridge (mqtt, dev)
entry: esphome config firmware/configurations/esp32-s3.mqtt.nuki-bridge.dev.yaml
language: system
pass_filenames: false
files: ^firmware/