hass-core/homeassistant/components/template
epenet 47d6f75c17
Enable basic type checking in template (#66222)
* Fix binary_sensor

* Adjust button

* Adjust fan

* Adjust select

* Adjust template_entity

* Adjust trigger_entity

* Adjust weather

* Adjust init

* Adjust number

* Adjust None check
2022-02-10 10:59:54 +01:00
..
__init__.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
alarm_control_panel.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
binary_sensor.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
button.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
config.py Add button platform to template integration (#61908) 2022-01-03 10:03:37 +01:00
const.py Add button platform to template integration (#61908) 2022-01-03 10:03:37 +01:00
cover.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
fan.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
light.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
lock.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
manifest.json
number.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
select.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
sensor.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
services.yaml
switch.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
template_entity.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
trigger.py
trigger_entity.py Enable basic type checking in template (#66222) 2022-02-10 10:59:54 +01:00
vacuum.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00
weather.py Teach TemplateEntity unique_id (#64837) 2022-01-24 23:16:31 +01:00