mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 10:06:03 +00:00
13 lines
209 B
YAML
13 lines
209 B
YAML
packages:
|
|
- !include common.yaml
|
|
|
|
zigbee:
|
|
model: zigbee_test
|
|
wipe_on_boot: true
|
|
on_join:
|
|
then:
|
|
- logger.log: "Joined network"
|
|
on_start:
|
|
then:
|
|
- logger.log: "Started zigbee stack"
|