The Time & Date integration allows one to create sensors for the current date or time in different formats. All values are based on the timezone which is set in "General Configuration".
配置
此集成可通过 UI 配置。前往 设置 > 设备与服务 添加。
Sensors including the time update every minute, the date sensor updates each day at midnight.
Producing your own custom time and date sensor
The following can be used to create a time and date sensor whose output can be properly customised to use your own preferred formatting, specified in the call to timestamp_custom() using standard Python datetime formatting.
More time-related resources
For more information about using time related variables and sensors in templates (such as today_at(), now() or as_timestamp()) visit this time section on the templating page.

