Releases: rccoleman/channels_dvr_recently_recorded
Releases · rccoleman/channels_dvr_recently_recorded
v1.0.2
Sometimes recordings don't have a "Raw" tag for some reason. Seems to be related to setting up a custom channel with no guide data.
v1.0.1
Call aiofiles open() function properly.
v1.0.0
- Update platform setup
- Switch to aiofiles to avoid blocking event loop
v0.1.2
- Remove
default_name
from the device_info
structure, as it's not a valid key
- Handle missing ratings
v0.0.8
- Revert DataClass migration for now
Fixes for HA 2021.12
- Use enum for the device
entry_type
- Use a DataClass for the zeroconf discovery info
v0.0.6
- Add examples to README
- Guard against missing keys
v0.0.5
Improve connection robustness
v0.0.4
More refactoring of the request code to better respond to connection failures