Reolink-aio

Latest version: v0.13.0

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

0.13.0

Additions:
- [Add manual record push cmd_id 588](https://github.com/starkillerOG/reolink_aio/commit/924f487f7a8209a94e534d28c38846d538a50e06)

Bug fixes:
- [Set the duration of Manual recording to 10 minutes](https://github.com/starkillerOG/reolink_aio/commit/b8393a7a6f4bc27c4e67393a7c68cb78ee27e686)

Optimizations:
- [Use PyPi Trusted Publishers](https://github.com/starkillerOG/reolink_aio/commit/ff761aa30684d772dc6e42fcf33a03dcb362a23b)
- [send GetPerformace seperately and first](https://github.com/starkillerOG/reolink_aio/commit/34526fe6926734883de5e2a98ebf2923dc0dba86)
- [Add vod file version 10](https://github.com/starkillerOG/reolink_aio/commit/3c7a2a7143be329272932616e53492c867a9cd7a)
- [Change return type of baichuan mac_address to str | None](https://github.com/starkillerOG/reolink_aio/commit/8b6fbeae7ef37797563300792841469b6d33eb03)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.12.3...0.13.0

0.12.3

Additions:
- [Add Home Hub Scene support](https://github.com/starkillerOG/reolink_aio/commit/f7420919be8fc8b9be51becdccee21a392b9f2bb)
- [Add day_night_state support](https://github.com/starkillerOG/reolink_aio/commit/dcf549da9fcdba64124ad35d5aaa1018e5519689)
- [Add Baichuan mac_address](https://github.com/starkillerOG/reolink_aio/commit/a50649389f3182fdcaaf328c2eef9155ddf8ef4d)
- [Add Baichuan ip_address](https://github.com/starkillerOG/reolink_aio/commit/ae2da6dc1b6fb419a4aa83131cc532c293ec5723)
- [Add Reolink exception translation_key](https://github.com/starkillerOG/reolink_aio/commit/ff5825672234cf62e47880a2cb249bc39944bd9c)

Bug fixes:
- [Fix channel keyerror in self._ai_detect](https://github.com/starkillerOG/reolink_aio/commit/f7e76aa4ba23781657eeb736f51c73d3be2c0352)
- [Catch exceptions in Baichuan get abilities](https://github.com/starkillerOG/reolink_aio/commit/02c4d05e5a00cc7680c9581fc8bfe1ec9db4cdec)

Optimizations:
- [Check for password longer than 31 chars](https://github.com/starkillerOG/reolink_aio/commit/0c8f8bce872cd3abeebcade28214aac5bafdf516)
- [Allow connection reestablish every 60s instead of 150s, reduce keepalive interval with 2s instead of 1s](https://github.com/starkillerOG/reolink_aio/commit/9769436afbef52b304bebe6330fa17c262f3b946)
- [Catch Baichuan LoginError explicitly](https://github.com/starkillerOG/reolink_aio/commit/70a6d1ca7404aba5cfbacfa823a77ef95d887d08)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.12.2...0.12.3

0.12.3b1

Same as [0.12.3](https://github.com/starkillerOG/reolink_aio/releases/tag/0.12.3), but withouth the [Check for password longer than 31 chars](https://github.com/starkillerOG/reolink_aio/commit/0c8f8bce872cd3abeebcade28214aac5bafdf516)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.12.3...0.12.3b1

0.12.3b0

Use PyPi Trusted Publishers to publish.

0.12.2

Additions:
- Smart AI detection support: crossline, intrusion, lingering, forgotten item, and taken item
- [Add crossline detection](https://github.com/starkillerOG/reolink_aio/commit/d9dfa3e70767de48e35a3bd43e0ebe2447b4bd9e)
- [Add intrusion, lingering, forgotten item and taken item detection](https://github.com/starkillerOG/reolink_aio/commit/140b7a1824c62153685e0a4865412e74047cc0d0)
- [Detect smart detection zone changes](https://github.com/starkillerOG/reolink_aio/commit/6da5f54764d567dd559ccf89c960fb74f74b4fce)
- [Add set_smart_ai](https://github.com/starkillerOG/reolink_aio/commit/e420ebc9b51109b5f83502d40ecae88d7653246d)
- [Add smart_ai_sensitivity and smart_ai_delay](https://github.com/starkillerOG/reolink_aio/commit/8674fbabbd6e9d750b7d84bbdf806db171ba6885)

Optimizations:
- [Fix debug logging wrong order](https://github.com/starkillerOG/reolink_aio/commit/513bbe53e1bac3d04e8a2fde6a9f41a63630badb)
- [Add back tests for python 3.13](https://github.com/starkillerOG/reolink_aio/commit/c00b4ecfda1c33be4e95f8f96bef371311b7a194)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.12.1...0.12.2

0.12.1

Additions:
- [Add Baichuan abilities property](https://github.com/starkillerOG/reolink_aio/commit/2231839fbf07756020ee71240f79626aa826628a)

Bug fixes:
- [Baichuan login mutex to prevent repeated login when already logged in](https://github.com/starkillerOG/reolink_aio/commit/b9a1a4e89bb3f6559b98296fc97ef2aa60d1b236)
- [Fix wrong asyncio.gather return_exceptions flag](https://github.com/starkillerOG/reolink_aio/commit/2c20ddb056f344d489952d3ef48a966bb04896fb)
- [Catch missing extension in VOD filenames](https://github.com/starkillerOG/reolink_aio/commit/1db7371cf28840536793668c710e4f03c81277d8)
- [Fix privacy_mode capability and streamline Baichuan capabilities](https://github.com/starkillerOG/reolink_aio/commit/a71f7008d8b4bc8999e767dab4ceb9e40c5d67d5)
- [Fix channel parameter not set properly](https://github.com/starkillerOG/reolink_aio/commit/8bba6bfcad93773037e65cda30065b062a431999)

Optimizations:
- [Retry on Baichuan error code 400](https://github.com/starkillerOG/reolink_aio/commit/7ef8355d551a4fecc96c4b9ebcf2bece99946d92)
- [Move get_host_data to baichuan.py](https://github.com/starkillerOG/reolink_aio/commit/323455fbd884a525b1e5ea6dab53f4f248c13369)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.12.0...0.12.1

Page 1 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.