1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-19 21:39:19 +00:00

13 Commits

Author SHA1 Message Date
epenet
253d355526
Remove unused mypy ignore statements () 2022-09-12 09:25:11 -04:00
Marc Mueller
453cbc3e14
Use TriggerActionType [core, t-z] () 2022-08-15 18:15:20 +02:00
Erik Montnemery
32b1259786
Support multiple trigger instances for a single webhook () 2022-08-02 08:54:28 +02:00
epenet
5cfb31d28a
Adjust device_automation type hints in core components () 2022-05-23 16:07:34 +02:00
epenet
44a686931e
Import webhook ()
* Import webhook

* Adjust webhook trigger

* Fix pylint

* Add type hints to async_handle_webhook

* Revert changes to netatmo

Co-authored-by: epenet <epenet@users.noreply.github.com>
2022-01-14 12:31:02 +01:00
Ville Skyttä
b10fc89a6b
Automation trigger info type hint improvements ()
* Make automation trigger info a TypedDict

* zwave_js trigger type hint fixes

* Remove redundant automation trigger info field presence checks

* Use async_initialize_triggers in mqtt and tasmota device_trigger tests
2021-09-04 02:25:51 +02:00
Erik Montnemery
4c9f12b9c5
Correct trace path for trigger with custom id () 2021-06-14 17:09:20 +02:00
Erik Montnemery
49bec86dae
Add base schema for triggers ()
* Add base schema for triggers

* Tweak

* Make TRIGGER_BASE_SCHEMA a voluptuous schema

* Make state trigger BASE_SCHEMA a voluptuous schema
2021-06-11 09:51:12 +02:00
Erik Montnemery
b26779a27a
Add id to automation triggers () 2021-03-31 14:56:04 +02:00
Philip Allgaier
dde6305549
Cleanup unused loggers (components N-Z + tests) () 2020-10-16 21:24:08 -05:00
J. Nick Koston
b51a160cce
Update triggers to use HassJob ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2020-10-08 09:44:34 +02:00
Phil Bruckner
e6141ae558
Add description of what caused an automation trigger to fire ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-08-28 17:02:12 +02:00
Phil Bruckner
ca9dd0c833
Reorganize trigger code () 2020-08-17 11:54:56 -05:00