esphome updates

This commit is contained in:
root
2025-08-04 23:26:44 +12:00
parent ac887724a2
commit 42796bc46e
15 changed files with 1958 additions and 39 deletions

View File

@@ -122,7 +122,7 @@ logger:
#########################################################################################
status_led:
pin:
number: GPIO2
number: GPIO02
inverted: yes
#########################################################################################
@@ -134,7 +134,7 @@ binary_sensor:
# it is a single button KS-811 in which case it is GPIO00
- platform: gpio
pin:
number: GPIO00
number: GPIO0
mode: INPUT
inverted: True
name: "Button 1: ${switch_1_name}"
@@ -166,10 +166,10 @@ binary_sensor:
# https://esphome.io/components/switch/
#########################################################################################
switch:
# GPIO13 for KS-811 first button
# GPIO13 for KS-811 first button UNLESS it is KS-811-1 then it is GIPO12
- platform: gpio
name: "Relay 1: ${switch_1_name}"
pin: GPIO13
pin: GPIO12
id: Relay_1
# GPIO12 for second relay (only for KS-811-2 Double or -3 Triple)