10 lines
312 B
YAML
10 lines
312 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 indicator of the relay
|
|
- platform: gpio
|
|
id: led_indicator
|
|
internal: true
|
|
pin: ${led_indicator_gpio} |