hass-core/homeassistant/components/template
G Johansson 43954d660b
Add trigger weather template (#100824)
* Add trigger weather template

* Add tests

* mod dataclass

* Remove legacy forecast

* Fix test failure

* sorting

* add hourly test

* Add tests

* Add and fix tests

* Improve tests

---------

Co-authored-by: Erik <erik@montnemery.com>
2023-09-27 10:11:57 +02:00
..
__init__.py Move template coordinator to its own file (#99419) 2023-09-06 08:54:25 +02:00
alarm_control_panel.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
binary_sensor.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
button.py
config.py Add trigger weather template (#100824) 2023-09-27 10:11:57 +02:00
config_flow.py Correct state attributes in template helper preview (#99722) 2023-09-06 16:06:33 +02:00
const.py Extend template entities with a script section (#96175) 2023-09-02 16:19:45 -07:00
coordinator.py Move template coordinator to its own file (#99419) 2023-09-06 08:54:25 +02:00
cover.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
fan.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
image.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
light.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
lock.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
manifest.json Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
number.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
select.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
sensor.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
services.yaml Migrate template services to support translations (#96414) 2023-07-12 14:06:14 +02:00
strings.json Don't allow changing device class in template binary sensor options (#99720) 2023-09-06 15:59:30 +02:00
switch.py Use shorthand attrs in template integration (#100301) 2023-09-13 12:30:43 -05:00
template_entity.py Send template render errors to template helper preview (#99716) 2023-09-06 16:07:05 +02:00
trigger.py Remove unnnecessary pylint configs from components [s-z]* (#98925) 2023-08-24 01:25:32 +02:00
trigger_entity.py Fix TriggerEntity.async_added_to_hass (#100119) 2023-09-11 14:33:43 +02:00
vacuum.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
weather.py Add trigger weather template (#100824) 2023-09-27 10:11:57 +02:00