Add cat-feeder-cam and cam template
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
esp32:
|
||||
board: esp32doit-devkit-v1
|
||||
framework:
|
||||
type: esp-idf
|
||||
|
||||
packages:
|
||||
# Can not use esp32.yaml, GPIO2 (status LED) is used by SD Card.
|
||||
wifi: !include wifi.yaml
|
||||
ota: !include ota.yaml
|
||||
mqtt: !include mqtt.yaml
|
||||
uptime: !include uptime.yaml
|
||||
restart: !include restart.yaml
|
||||
syslog: !include syslog.yaml
|
||||
api: !include api.yaml
|
||||
|
||||
mqtt:
|
||||
# API should be sufficient
|
||||
enable_on_boot: false
|
||||
|
||||
logger:
|
||||
Reference in New Issue
Block a user