Skip to content

Commit

Permalink
Fix for zilb_ng
Browse files Browse the repository at this point in the history
  • Loading branch information
sca075 authored Apr 25, 2024
1 parent 7b2d1e3 commit c0718c5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Version: v2024.04.0
Version: v2024.04.5
- Removed the PNG decode, the json is extracted from map-data instead of map-data hass.
- Tested no influence on the camera performance.
- Added gzip library used in Valetudo RE data compression.
Expand All @@ -11,8 +11,8 @@
from homeassistant.components import mqtt
from homeassistant.core import callback
from homeassistant.helpers.storage import STORAGE_DIR
from zlib_ng import gzip_ng as gzip
from zlib_ng import zlib_ng as zlib
import gzip
import zlib

from custom_components.valetudo_vacuum_camera.valetudo.rand256.rrparser import (
RRMapParser,
Expand Down

0 comments on commit c0718c5

Please sign in to comment.