1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-01 19:57:07 +00:00

18 Commits

Author SHA1 Message Date
Erik Montnemery
7f0be78ebb
Teach netatmo device trigger about entity registry ids () 2023-06-21 14:51:24 +02:00
epenet
f69d76702a
Adjust entity registry access in integrations (2) () 2023-03-01 08:02:51 +01:00
Tobias Sauerwein
aa58d7fbd6
Fix Netatmo device trigger () 2022-10-10 22:04:41 +02:00
Tobias Sauerwein
81abeac83e
Netatmo refactor to use pyatmo 7.0.1 () ()
Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2022-09-25 21:55:58 -04:00
Marc Mueller
702f8180a6
Use TriggerActionType [l-t] () 2022-08-15 14:00:42 -04:00
epenet
421167c548
Drop GetAutomationsResult and GetAutomationCapabilitiesResult aliases () 2022-05-23 12:18:17 +02:00
epenet
4fb3a01c36
Adjust device_automation type hints in netatmo ()
* Adjust device_automation type hints in netatmo

* Improve type hints
2022-05-20 08:27:49 +02:00
Franck Nijhof
c3d19f3827
Clean up accessing device_registry helpers via hass () 2022-05-17 12:22:15 -07:00
Franck Nijhof
7d2deae592
Clean up use of deprecated async_get_registry methods () 2022-05-17 13:40:19 +02:00
Marc Mueller
04e1933728
Use correct relative imports [n-z] () 2022-01-05 17:23:49 +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
Ville Skyttä
0095c6baeb
Improve device trigger type hinting () 2021-08-22 20:32:50 +02:00
Tobias Sauerwein
31079a05b3
Address late review comments on Netatmo () 2021-07-27 00:42:36 +02:00
Tobias Sauerwein
583deada83
Add type annotations for Netatmo () 2021-07-21 14:36:57 -07:00
Erik Montnemery
76c3058d15
Rename device trigger base schema to DEVICE_TRIGGER_BASE_SCHEMA () 2021-06-10 19:11:38 +02:00
Erik Montnemery
72281f4718
Validate device trigger schemas once () 2021-03-26 08:09:21 +01:00
Marc Mueller
3d2b81a401
Update typing 11 () 2021-03-18 13:21:46 +01:00
Tobias Sauerwein
722b1e8746
Add Netatmo device trigger ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-02-24 19:20:40 +01:00