esphome/esphome/components/template
Jesse Hills 76c5337987
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
2024-04-08 20:46:35 -05:00
..
alarm_control_panel Alarm panel: Add changes to support enhanced features (#5671) 2023-12-21 14:10:47 +09:00
binary_sensor Fix use of optional<T> (#5091) 2023-07-13 08:44:30 +12:00
button Simplify button_schema function (#4468) 2023-02-19 21:13:37 +00:00
cover Support toggle action for template cover (#5917) 2023-12-14 14:01:01 +09:00
datetime Add support for time entities (#6399) 2024-04-08 20:46:35 -05:00
fan add template fan (#6310) 2024-03-10 15:42:02 -07:00
lock
number Add text component (#5336) 2023-10-25 22:00:32 +13:00
output
select Add text component (#5336) 2023-10-25 22:00:32 +13:00
sensor Revert "Template sensors always publish on update interval (#2224)" (#4774) 2023-05-04 10:16:00 +12:00
switch Slightly lower template switch setup priority (#5163) 2023-07-31 09:32:09 +12:00
text Fix template text component length check (#5881) 2023-12-04 22:17:43 -06:00
text_sensor Revert "Template sensors always publish on update interval (#2224)" (#4774) 2023-05-04 10:16:00 +12:00
__init__.py