hass-core/homeassistant/components/template
RoboMagus c54b65fdf0
Add 'last_reset' for 'total' state_class template sensor (#100806)
* Add last_reset to trigger based template sensors

* Add last_reset to state based template sensors

* CI check fixes

* Add pytests

* Add test cases for last_reset datetime parsing

* Add test for static last_reset value

* Fix ruff-format
2024-01-25 11:12:03 +01:00
..
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
config.py Do not notify config errors during logging (#104466) 2023-11-24 21:34:09 +01:00
config_flow.py
const.py
coordinator.py Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
cover.py
fan.py Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component (#104560) 2023-11-29 13:56:51 +01:00
image.py Add support for caching entity properties (#100601) 2023-12-22 09:02:55 -10:00
light.py
lock.py
manifest.json
number.py
select.py
sensor.py Add 'last_reset' for 'total' state_class template sensor (#100806) 2024-01-25 11:12:03 +01:00
services.yaml
strings.json
switch.py
template_entity.py Add cached_property to State.name (#108011) 2024-01-14 11:50:40 +01:00
trigger.py
trigger_entity.py
vacuum.py
weather.py Switch formatting from black to ruff-format (#102893) 2023-11-27 14:38:59 +01:00