mirror of
https://github.com/esphome/esphome.git
synced 2026-08-23 06:36:23 +00:00
16 lines
237 B
YAML
16 lines
237 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"
|
|
|
|
time:
|
|
- platform: zigbee
|