Mercurial > code > home > repos > homeauto
view espNode/garage_hall_cam.yaml @ 1754:92999dfbf321 default tip
add shelly support
author | drewp@bigasterisk.com |
---|---|
date | Tue, 04 Jun 2024 13:03:43 -0700 |
parents | 7831b5de3572 |
children |
line wrap: on
line source
# jump IO0 to GND on the board for programming esphome: name: garage_hall_cam platform: ESP32 board: nodemcu-32s build_path: garage_hall_cam wifi: ssid: !secret wifi_ssid password: !secret wifi_password domain: '' use_address: 10.2.0.74 mqtt: broker: '10.2.0.1' port: 1883 username: '' password: '' logger: baud_rate: 115200 level: DEBUG ota: # Serves multipart mime stream of jpegs at GET / # gst-launch-1.0 souphttpsrc location=http://10.2.0.74/ do-timestamp=true ! multipartdemux ! jpegdec ! autovideosink