..
__init__.py
Template sensor/binary sensors without trigger now respect section unique id ( #49613 )
2021-04-24 07:14:31 -07:00
alarm_control_panel.py
Add strict type annotations to alarm_control_panel ( #50945 )
2021-05-23 16:51:40 +01:00
binary_sensor.py
Add auto_off to binary sensor template entity ( #49615 )
2021-04-29 09:25:34 -07:00
config.py
Support trigger-based template binary sensors ( #49504 )
2021-04-22 14:54:28 -07:00
const.py
Allow top level non-trigger template entities ( #48976 )
2021-04-12 17:15:50 -07:00
cover.py
Allow template covers to have opening and closing states ( #47925 )
2021-04-09 11:36:02 +02:00
fan.py
Fix template fan default speed count ( #48389 )
2021-03-29 09:33:56 +02:00
light.py
Add support for effects, transition/brightness parameters to template light, min_mireds and max_mireds templates ( #43850 )
2021-05-24 13:31:57 +02:00
lock.py
Migrate template to register reload service on async_setup ( #48273 )
2021-03-23 20:35:15 -07:00
manifest.json
Add support for IoT class in manifest ( #46935 )
2021-04-15 10:21:38 +02:00
sensor.py
Add constructor return type in integrations T-Z ( #50899 )
2021-05-20 17:00:19 +02:00
services.yaml
Add targets and selectors for services (S-T) ( #50629 )
2021-05-14 22:30:41 -07:00
switch.py
Migrate template to register reload service on async_setup ( #48273 )
2021-03-23 20:35:15 -07:00
template_entity.py
Add constructor return type in integrations T-Z ( #50899 )
2021-05-20 17:00:19 +02:00
trigger.py
prefer total_seconds over seconds ( #49505 )
2021-04-20 17:41:36 -07:00
trigger_entity.py
Add constructor return type in integrations T-Z ( #50899 )
2021-05-20 17:00:19 +02:00
vacuum.py
Migrate template to register reload service on async_setup ( #48273 )
2021-03-23 20:35:15 -07:00
weather.py
Add template support for remaining attributes of weather entity ( #47736 )
2021-03-27 18:53:35 +00:00