[deep_sleep][logger][zephyr][zigbee] add deep sleep support with zigbee wakeup (#13950)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
tomaszduda23
2026-04-23 22:31:46 -04:00
committed by GitHub
co-authored by Copilot
parent 3ccaa771a7
commit 404620b99c
18 changed files with 196 additions and 20 deletions
@@ -0,0 +1,12 @@
deep_sleep:
run_duration: 10s
sleep_duration: 50s
<<: !include common.yaml
zigbee:
sensor:
- platform: template
name: "Temperature"
id: temperature_sensor
@@ -4,3 +4,4 @@ zigbee:
wipe_on_boot: once
power_source: battery
ieee802154_vendor_oui: 0x231
sleepy: true