11 lines
223 B
YAML
11 lines
223 B
YAML
binary_sensor:
|
|
- platform: switch
|
|
id: some_binary_sensor
|
|
name: "Template Switch State"
|
|
source_id: the_switch
|
|
|
|
switch:
|
|
- platform: template
|
|
name: "Template Switch"
|
|
id: the_switch
|
|
optimistic: true
|