11 lines
327 B
YAML
11 lines
327 B
YAML
# NOTE: This file is not a stand-alone package. It is part of
|
|
# a 'root' device template and expects the substitutions that
|
|
# are hereby referenced to be defined by its parent.
|
|
|
|
switch:
|
|
# Physical GPIO Relay
|
|
- platform: gpio
|
|
name: "Relay C"
|
|
pin: ${relay_c_gpio}
|
|
id: relay_c
|
|
restore_mode: RESTORE_DEFAULT_OFF |