1
0
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:
tomaszduda23
2026-01-13 23:39:28 +01:00
committed by GitHub
parent 3d74d1e7f0
commit e45cad45fe
9 changed files with 260 additions and 10 deletions

View File

@@ -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