mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
[nrf52,zigbee] Add binary output as switch (#13083)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
@@ -11,9 +11,7 @@ binary_sensor:
|
||||
- platform: template
|
||||
name: "Garage Door Open 5"
|
||||
- platform: template
|
||||
name: "Garage Door Open 6"
|
||||
- platform: template
|
||||
name: "Garage Door Open 7"
|
||||
name: "Garage Door Internal"
|
||||
internal: True
|
||||
|
||||
sensor:
|
||||
@@ -36,3 +34,8 @@ output:
|
||||
type: binary
|
||||
write_action:
|
||||
- zigbee.factory_reset
|
||||
|
||||
switch:
|
||||
- platform: template
|
||||
name: "Template Switch"
|
||||
optimistic: true
|
||||
|
||||
Reference in New Issue
Block a user