Skip to content

Commit

Permalink
Merge pull request #127 from sca075/main
Browse files Browse the repository at this point in the history
updated to base version 2024.04.05
  • Loading branch information
sca075 authored Apr 25, 2024
2 parents c9f832b + 3f248b7 commit 0b050af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
3 changes: 1 addition & 2 deletions custom_components/valetudo_vacuum_camera/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
from homeassistant.helpers.typing import (
ConfigType,
DiscoveryInfoType,
HomeAssistantType,
)
from psutil_home_assistant import PsutilWrapper as ProcInsp

Expand Down Expand Up @@ -143,7 +142,7 @@ async def async_setup_entry(


async def async_setup_platform(
hass: HomeAssistantType,
hass: core.HomeAssistant,
config: ConfigType,
async_add_entities: AddEntitiesCallback,
discovery_info: DiscoveryInfoType | None = None,
Expand Down
6 changes: 3 additions & 3 deletions custom_components/valetudo_vacuum_camera/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/sca075/valetudo_vacuum_camera/issues",
"requirements": [
"pillow==10.2.0",
"numpy"
"pillow==10.3.0",
"numpy"
],
"version": "2024.04.3"
"version": "2024.04.5"
}
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
7 changes: 6 additions & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{"name": "Valetudo Vacuum Camera", "zip_release": false, "render_readme": true}
{
"name": "Valetudo Vacuum Camera",
"zip_release": false,
"render_readme": true,
"homeassistant": "2024.4.4"
}

0 comments on commit 0b050af

Please sign in to comment.