Skip to content
Get started

Zigbee Time Source

The zigbee time platform synchronizes time from the Zigbee coordinator. When the device joins the network, it requests the current time from the coordinator. On ESP32 the device additionally re-requests the time from the coordinator every update_interval.

You first need to set up the Zigbee component.

# Example configuration entry
time:
- platform: zigbee
  • update_interval (Optional, Time): On nRF52, how often the time attribute is updated. Defaults to 1s. On ESP32, how often the time is re-requested from the coordinator; this is the option from Base Time Configuration and defaults to 15min.
  • All other options from Base Time Configuration.