-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathcam1.yaml
45 lines (37 loc) · 914 Bytes
/
cam1.yaml
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
esphome:
name: cam1
platform: ESP32
board: esp-wrover-kit
wifi:
ssid: "SSID"
password: "Password"
manual_ip:
# Set this to the IP of the ESP
static_ip: 192.168.XXX.XXX
# Set this to the IP address of the router. Often ends with .1
gateway: 192.168.XXX.XXX
# The subnet of the network. 255.255.255.0 works for most home networks.
subnet: 255.255.255.0
# Enable logging
logger:
# Enable Home Assistant API
api:
password: "Camera Password"
ota:
password: "Camera 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
vertical_flip: true
brightness: 0
# Image settings
name: cam1