-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesp32-cam.yaml
More file actions
57 lines (48 loc) · 1.09 KB
/
esp32-cam.yaml
File metadata and controls
57 lines (48 loc) · 1.09 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
57
# Basic Config
esphome:
name: espcam
esp32:
board: esp32dev
variant: esp32
framework:
type: arduino
version: recommended # make sure to use the recommended version of the arduino framework, otherwise you might get compilation errors
flash_size: 4MB
psram:
mode: quad
speed: 80MHz
wifi:
ssid: "nulllab" # wifi name the home assistant is connected to
password: "nulllab" # wifi password
ap:
logger:
#level: INFO
api:
encryption:
key: "MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
ota:
platform: esphome
password: "ota_password"
esp32_camera:
external_clock:
pin: GPIO0
frequency: 20MHz
i2c_pins:
sda: GPIO26
scl: GPIO27
data_pins: [GPIO5, GPIO18, GPIO19, GPIO21, GPIO36, GPIO39, GPIO34, GPIO35]
vsync_pin: GPIO25
href_pin: GPIO23
pixel_clock_pin: GPIO22
power_down_pin: GPIO32
name: esp32-camera
idle_framerate: 0.1fps
output:
- platform: ledc
pin: GPIO4
channel: 2 # channel 1 is used for esp32_camera
id: led
light:
- platform: monochromatic
output: led
name: flashlight