Compare commits
3 Commits
98c7993f12
...
eba065dd2d
Author | SHA1 | Date | |
---|---|---|---|
eba065dd2d | |||
4a416fa710 | |||
b2845eb479 |
@@ -36,6 +36,14 @@ esphome:
|
|||||||
id(pir_presence).publish_state(false);
|
id(pir_presence).publish_state(false);
|
||||||
id(light_presence).publish_state(false);
|
id(light_presence).publish_state(false);
|
||||||
id(radar_presence).publish_state(false);
|
id(radar_presence).publish_state(false);
|
||||||
|
- priority: 100
|
||||||
|
then:
|
||||||
|
- light.turn_on:
|
||||||
|
id: output_led
|
||||||
|
effect: flash_white
|
||||||
|
- delay: 2s
|
||||||
|
- light.turn_off:
|
||||||
|
id: output_led
|
||||||
- priority: -100
|
- priority: -100
|
||||||
then:
|
then:
|
||||||
- if:
|
- if:
|
||||||
@@ -373,6 +381,7 @@ i2s_audio:
|
|||||||
- id: i2s_dummy
|
- id: i2s_dummy
|
||||||
i2s_lrclk_pin:
|
i2s_lrclk_pin:
|
||||||
number: GPIO15 # WS
|
number: GPIO15 # WS
|
||||||
|
ignore_strapping_warning: true # This isn't connected to anything anyways
|
||||||
i2s_bclk_pin:
|
i2s_bclk_pin:
|
||||||
number: GPIO14 # SCK
|
number: GPIO14 # SCK
|
||||||
|
|
||||||
@@ -762,7 +771,7 @@ binary_sensor:
|
|||||||
id: pir_gpio
|
id: pir_gpio
|
||||||
pin:
|
pin:
|
||||||
number: GPIO32
|
number: GPIO32
|
||||||
mode: INPUT_PULLUP
|
mode: INPUT_PULLDOWN
|
||||||
internal: false
|
internal: false
|
||||||
device_class: motion
|
device_class: motion
|
||||||
on_press:
|
on_press:
|
||||||
|
Reference in New Issue
Block a user