Skip to content
Snippets Groups Projects
Commit aa64a2e8 authored by nandXor's avatar nandXor
Browse files

Die Szenenlichtschalterbumsis

parent 9ae883a9
No related branches found
No related tags found
No related merge requests found
{% set devicename = "esphome_sceneswitches" %}
{% include "/includes/ansible.inc.yaml" %}
{% include "/includes/board.d1_mini.inc.yaml" %}
comment: Die Box zum einstellen unterschiedlicher Lichtszenen
{% include "/includes/common.inc.yaml" %}
binary_sensor:
- platform: gpio
pin:
number: GPIO5
mode:
input: true
pullup: true
inverted: true
name: "Button 1"
- platform: gpio
pin:
number: GPIO12
mode:
input: true
pullup: true
inverted: true
name: "Button 2"
- platform: gpio
pin:
number: GPIO13
mode:
input: true
pullup: true
inverted: true
name: "Button 3"
- platform: gpio
pin:
number: GPIO2
mode:
input: true
pullup: true
inverted: true
name: "Button 4"
- platform: gpio
pin:
number: GPIO0
mode:
input: true
pullup: true
inverted: true
name: "Button 5"
- platform: gpio
pin:
number: GPIO4
mode:
input: true
pullup: true
inverted: true
name: "Button 6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment