1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-12 06:50:00 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Marc Mueller
0e3945ca6c Add empty line after module docstring [d-f] () 2024-03-08 14:15:26 +01:00
Robert Svensson
9a6e620810 Fix missing interface key in deCONZ logbook ()
fixes undefined
2023-01-26 11:44:01 +01:00
Franck Nijhof
b0cee0bc46 String formatting and max line length - Part 1 ()
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2022-12-22 10:12:50 +01:00
Jelte Zeilstra
3fc667f55d Fix error when describing deCONZ events of removed devices ()
* Fix error when describing deCONZ events of removed devices

* Apply suggestions from code review

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>

Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
2022-12-20 10:06:01 +01:00
epenet
ff356205bf Use platform constants from root () 2022-09-08 12:24:45 +02:00
J. Nick Koston
0248a8710f Always pass the source of the trigger for logbook context messages () 2022-05-23 13:35:45 -05:00
J. Nick Koston
24a0007785 Add additional context data to logbook events () 2022-05-12 17:21:14 -07:00
Robert Svensson
bff91b170f Complete typing of some platforms of deCONZ integration () 2022-03-14 19:34:05 +01:00
Robert Svensson
569d596799 Add typing to deCONZ Lock and Logbook platforms () 2021-11-17 15:22:59 +01:00
Marc Mueller
565a9fea6b Import Callable from collections.abc (2) () 2021-09-29 14:06:51 +02:00
Robert Svensson
539ef31046 Reflect changes to pydeconz v84 ()
Mostly snake case conversions and typing
But also a change in retry mechanism
Added a more complete set_* call to most types to remove the direct relation to rest API of deCONZ
2021-09-18 09:05:08 +02:00
Robert Svensson
5e07ab17b2 Add support for deCONZ alarm events in logbook ()
* Add support for alarm events in logbook

* Update homeassistant/components/deconz/alarm_control_panel.py

Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
2021-04-28 19:46:15 +02:00
Marc Mueller
7c0734bdd5 Update typing 05 () 2021-03-17 23:43:55 +01:00
Robert Svensson
434b4dfa58 Improve deCONZ logbook to be more robust in different situations () 2021-02-05 23:07:12 +01:00
Robert Svensson
622906965d Add better message to deCONZ event logbook when information is available ()
* Add better message when information is available

* Fix pylint
2021-01-26 08:15:39 +01:00
Robert Svensson
aaf4cd4a25 Basic logbook support for deCONZ events ()
* Basic logbook support

* Improve formulation of message

* Improve typing
2021-01-22 22:39:11 +01:00