mirror of
https://github.com/esphome/esphome.git
synced 2025-07-04 22:23:14 +01:00
Add support for time entities (#6399)
* Add time entities * Add tests * Add myself to datetime codeowners * Fix publishing times with 0 values * Log performing TimeCall * Implement `on_time` trigger * Rename var * Fix initial value for time * Add arg name for clarity * Remove useless checks
This commit is contained in:
CODEOWNERS
esphome
components
api
api.protoapi_connection.cppapi_connection.hapi_pb2.cppapi_pb2.hapi_pb2_service.cppapi_pb2_service.hapi_server.cppapi_server.hlist_entities.cpplist_entities.hsubscribe_state.cppsubscribe_state.h
datetime
mqtt
template
web_server
core
script
tests/components
@ -622,6 +622,7 @@ def lint_trailing_whitespace(fname, match):
|
||||
"esphome/components/climate/climate.h",
|
||||
"esphome/components/cover/cover.h",
|
||||
"esphome/components/datetime/date_entity.h",
|
||||
"esphome/components/datetime/time_entity.h",
|
||||
"esphome/components/display/display.h",
|
||||
"esphome/components/fan/fan.h",
|
||||
"esphome/components/i2c/i2c.h",
|
||||
|
Reference in New Issue
Block a user