mirror of
https://github.com/esphome/esphome.git
synced 2026-08-27 16:29:29 +00:00
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
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
|