Commit 93d735c
committed
Address code review feedback
- Device.get_history() now uses decrypt_data_blob_async() to avoid blocking
- Use asyncio.get_running_loop() instead of deprecated get_event_loop()
- Fix Raises documentation: remove aiohttp.ClientError (wrapped by _make_api_request)
- Fix get_pictures() docstring to clarify it returns empty list on error
- Fix inconsistent status in HOME_ASSISTANT_REVIEW.md section 18
https://claude.ai/code/session_019KoQsx1g9tLyTsu2JakAnn1 parent 2c285de commit 93d735c
3 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
402 | 405 | | |
403 | 406 | | |
404 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | 148 | | |
150 | 149 | | |
151 | 150 | | |
| |||
215 | 214 | | |
216 | 215 | | |
217 | 216 | | |
218 | | - | |
219 | 217 | | |
220 | 218 | | |
221 | 219 | | |
| |||
493 | 491 | | |
494 | 492 | | |
495 | 493 | | |
496 | | - | |
| 494 | + | |
497 | 495 | | |
498 | 496 | | |
499 | 497 | | |
| |||
675 | 673 | | |
676 | 674 | | |
677 | 675 | | |
678 | | - | |
679 | 676 | | |
680 | 677 | | |
681 | 678 | | |
| |||
753 | 750 | | |
754 | 751 | | |
755 | 752 | | |
756 | | - | |
757 | | - | |
758 | | - | |
759 | | - | |
| 753 | + | |
| 754 | + | |
760 | 755 | | |
761 | 756 | | |
762 | 757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments