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.

This component is only available on nRF52 platforms.

You first need to set up the Zigbee component.

# Example configuration entry
time:
  - platform: zigbee

Configuration variables

  • update_interval (Optional, Time): How often to update the time attribute. Defaults to 1s.
  • All other options from Base Time Configuration.

See Also