stair light control + pther fixes

This commit is contained in:
root
2025-08-25 23:31:54 +12:00
parent 40e289e99a
commit 8adb0a63ba
9 changed files with 883 additions and 112 deletions

View File

@@ -287,21 +287,6 @@ sensor:
# accuracy_decimals: 1
# oversampling: 2x
################################
# WIFI SIGNAL
# Quality of Wifi in dBm
# https://esphome.io/components/sensor/wifi_signal.html
################################
- platform: wifi_signal
name: ${friendly_name} WiFi Signal
update_interval: 20s
#retain: true #retain useful if sleeping
- platform: uptime
name: ${friendly_name} Uptime
update_interval: 20s
#The ld2410 sensor values
- platform: ld2410
light:
@@ -418,7 +403,7 @@ binary_sensor:
number: GPIO13
mode:
input: True
pullup: False
pullup: True
inverted: True
filters:
- delayed_on: 50ms