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 entrytime: - platform: zigbeeConfiguration variables
Section titled “Configuration variables”- update_interval (Optional, Time):
On
nRF52, how often the time attribute is updated. Defaults to1s. OnESP32, how often the time is re-requested from the coordinator; this is the option from Base Time Configuration and defaults to15min. - All other options from Base Time Configuration.