diff options
author | KaufHA <[email protected]> | 2024-12-10 15:53:44 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2024-12-10 15:53:44 -0700 |
commit | 2cd3325d5b56d801c5b5c3f8897a2077408b689f (patch) | |
tree | c1483cc46244b3b1407464517b8bf4f5e2c8966e /config | |
parent | 6f47cf02af384351ef805cb77f1acef30940c898 (diff) | |
download | PLF10-2cd3325d5b56d801c5b5c3f8897a2077408b689f.tar.gz PLF10-2cd3325d5b56d801c5b5c3f8897a2077408b689f.zip |
rename button due to conflict
Diffstat (limited to 'config')
-rw-r--r-- | config/kauf-plug-minimal.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/kauf-plug-minimal.yaml b/config/kauf-plug-minimal.yaml index 79e821b..b1922d5 100644 --- a/config/kauf-plug-minimal.yaml +++ b/config/kauf-plug-minimal.yaml @@ -49,9 +49,9 @@ esphome: # https://esphome.io/components/esphome.html#esphome-creators-project project: name: "Kauf.PLF10" - version: "2.068(m)" + version: "2.073(m)" - min_version: 2024.6.0 + min_version: 2024.11.0 # https://esphome.io/components/esp8266.html @@ -97,7 +97,7 @@ binary_sensor: # button input toggles relay and thereby blue led # https://esphome.io/components/binary_sensor/gpio.html - platform: gpio - id: button + id: button_in name: $friendly_name Button pin: number: GPIO13 |