Esphome
This commit is contained in:
34
bak.yaml
34
bak.yaml
@@ -37,35 +37,15 @@ status_led:
|
||||
|
||||
|
||||
|
||||
# switch:
|
||||
# - platform: gpio
|
||||
# pin:
|
||||
# number: GPIO5
|
||||
# inverted: true
|
||||
# name: Relay_komp
|
||||
# id: relay
|
||||
# on_turn_off:
|
||||
# then:
|
||||
# - wait_until:
|
||||
# condition:
|
||||
# for:
|
||||
# time: 5s
|
||||
# condition:
|
||||
# lambda: |-
|
||||
# return id(relay).state == true;
|
||||
# - lambda: |-
|
||||
# id(relay).turn_off();
|
||||
switch:
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: GPIO5
|
||||
inverted: true
|
||||
name: Relay
|
||||
id: relay
|
||||
|
||||
# one_wire:
|
||||
# - platform: gpio
|
||||
# pin: GPIO14
|
||||
# id: bus14
|
||||
|
||||
# sensor:
|
||||
# - platform: dallas_temp
|
||||
# one_wire_id: bus14
|
||||
# name: "DS18B20_kontroller"
|
||||
# update_interval: 2s
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
|
||||
Reference in New Issue
Block a user