parent
b86b251d31
commit
ec28c8e3ae
42
liloled
42
liloled
|
|
@ -37,6 +37,47 @@ sensor:
|
|||
attribute: temperature
|
||||
internal: true
|
||||
|
||||
- platform: adc
|
||||
pin: GPIO34
|
||||
name: "Knobby"
|
||||
update_interval: 10ms
|
||||
attenuation: 11db
|
||||
filters:
|
||||
|
||||
|
||||
|
||||
binary_sensor:
|
||||
- platform: ble_presence
|
||||
mac_address: BE:67:00:60:02:DF
|
||||
name: "ELK-BLEDOM0F"
|
||||
min_rssi: -80dB
|
||||
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: 0
|
||||
mode: INPUT_PULLUP
|
||||
inverted: true
|
||||
name: "ESP32 Boot Button"
|
||||
filters:
|
||||
- delayed_on: 10ms
|
||||
device_class: power
|
||||
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: GPIO26
|
||||
mode: INPUT_PULLUP
|
||||
inverted: true
|
||||
name: "Switch Position A"
|
||||
filters:
|
||||
- delayed_on: 10ms
|
||||
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin: 14
|
||||
name: "Test LED"
|
||||
inverted: false # set to true if LED turns on when off
|
||||
|
||||
time:
|
||||
- platform: homeassistant
|
||||
id: esptime
|
||||
|
|
@ -196,7 +237,6 @@ display:
|
|||
|
||||
|
||||
|
||||
|
||||
# Define Font for OLED
|
||||
font:
|
||||
- file: "gfonts://Roboto"
|
||||
|
|
|
|||
Loading…
Reference in New Issue