Mercurial > code > home > repos > homeauto
comparison espNode/office_back_cam.yaml @ 1716:2bed2f68243c
older work
author | drewp@bigasterisk.com |
---|---|
date | Sun, 07 Aug 2022 02:25:40 -0700 |
parents | 7831b5de3572 |
children |
comparison
equal
deleted
inserted
replaced
1715:8578afcae65e | 1716:2bed2f68243c |
---|---|
16 #blu gpio0 | 16 #blu gpio0 |
17 #yel 3v3 | 17 #yel 3v3 |
18 #nc | 18 #nc |
19 | 19 |
20 esphome: | 20 esphome: |
21 name: workshop_cam | 21 name: office-back-cam |
22 platform: ESP32 | 22 platform: ESP32 |
23 board: esp32cam | 23 board: esp32cam |
24 build_path: office_back_cam | 24 build_path: office_back_cam |
25 | 25 |
26 wifi: | 26 wifi: |
27 ssid: !secret wifi_ssid | 27 ssid: !secret wifi_ssid |
28 password: !secret wifi_password | 28 password: !secret wifi_password |
29 domain: '' | 29 domain: '' |
30 use_address: 10.2.0.39 | 30 use_address: 10.2.0.22 |
31 | 31 |
32 mqtt: | 32 mqtt: |
33 broker: '10.2.0.1' | 33 broker: '10.2.0.1' |
34 port: 1883 | 34 port: 1883 |
35 username: '' | 35 username: '' |
43 | 43 |
44 # light: | 44 # light: |
45 # - platform: fastled_clockless | 45 # - platform: fastled_clockless |
46 # chipset: WS2812B | 46 # chipset: WS2812B |
47 # pin: GPIO13 | 47 # pin: GPIO13 |
48 # num_leds: 1 | 48 # num_leds: 20 |
49 # rgb_order: GRB | 49 # rgb_order: GRB |
50 # name: "strip" | 50 # name: "strip" |
51 # # - platform: monochromatic | 51 # effects: |
52 # # name: "flash" | 52 # - addressable_color_wipe: |
53 # # output: flash_out | 53 # - addressable_color_wipe: |
54 # - platform: binary | 54 # name: Custom1 |
55 # output: gpio_4 | 55 # colors: |
56 # name: flash | 56 # - red: 100% |
57 # green: 100% | |
58 # blue: 100% | |
59 # num_leds: 1 | |
60 # - red: 0% | |
61 # green: 0% | |
62 # blue: 0% | |
63 # num_leds: 1 | |
64 # add_led_interval: 100ms | |
65 # reverse: false | |
66 # - addressable_twinkle: | |
67 | |
68 | |
69 # - platform: monochromatic | |
70 # name: "flash" | |
71 # output: flash_out | |
72 # - platform: binary | |
73 # output: gpio_4 | |
74 # name: flash | |
57 | 75 |
58 | 76 |
59 # dallas: | 77 # dallas: |
60 # - pin: GPIO15 | 78 # - pin: GPIO15 |
61 # update_interval: 10s | 79 # update_interval: 10s |
63 # sensor: | 81 # sensor: |
64 # - platform: dallas | 82 # - platform: dallas |
65 # index: 0 | 83 # index: 0 |
66 # name: temperature | 84 # name: temperature |
67 | 85 |
68 # output: | 86 output: |
69 # - platform: ledc | 87 - platform: ledc |
70 # id: flash_out | 88 id: flash_out |
71 # pin: GPIO4 | 89 pin: GPIO4 |
72 # frequency: 19531Hz | 90 frequency: 19531Hz |