mirror of
https://github.com/esphome/esphome.git
synced 2026-09-12 15:57:33 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
19 lines
341 B
YAML
19 lines
341 B
YAML
packages:
|
|
- !include common.yaml
|
|
|
|
binary_sensor:
|
|
- platform: template
|
|
name: "Garage Door Open 10"
|
|
report: "default"
|
|
- platform: template
|
|
name: "Garage Door Open 12"
|
|
report: "force"
|
|
|
|
zigbee:
|
|
model: zigbee_test
|
|
router: true
|
|
power_source: MAINS_SINGLE_PHASE
|
|
on_join:
|
|
then:
|
|
- logger.log: "Joined network"
|