mirror of
https://github.com/esphome/esphome.git
synced 2026-01-09 11:40:50 -07:00
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick+github@koston.org> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@home-assistant.io>
35 lines
731 B
YAML
35 lines
731 B
YAML
---
|
|
binary_sensor:
|
|
- platform: template
|
|
name: "Garage Door Open 1"
|
|
- platform: template
|
|
name: "Garage Door Open 2"
|
|
- platform: template
|
|
name: "Garage Door Open 3"
|
|
- platform: template
|
|
name: "Garage Door Open 4"
|
|
- platform: template
|
|
name: "Garage Door Open 5"
|
|
- platform: template
|
|
name: "Garage Door Open 6"
|
|
- platform: template
|
|
name: "Garage Door Open 7"
|
|
internal: True
|
|
- platform: template
|
|
name: "Garage Door Open 8"
|
|
- platform: template
|
|
name: "Garage Door Open 9"
|
|
|
|
zigbee:
|
|
wipe_on_boot: true
|
|
on_join:
|
|
then:
|
|
- logger.log: "Joined network"
|
|
|
|
output:
|
|
- platform: template
|
|
id: output_factory
|
|
type: binary
|
|
write_action:
|
|
- zigbee.factory_reset
|