Skip to content

Commit

Permalink
fix hass irobot patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Oct 5, 2024
1 parent 3c019b2 commit 49e66d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hass/config/hass/etc/cont-init.d/99_patch-iRobot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ apk add --no-cache patch

cd /usr/src/homeassistant/homeassistant/components/roomba

patch irobot_base.py << 'EOF'
--- irobot_base_old.py 2023-07-26 22:26:44.387000000 -0700
+++ irobot_base.py 2023-07-26 22:27:36.995000000 -0700
@@ -173,7 +173,7 @@
patch entity.py << 'EOF'
--- entity_old.py 2024-10-04 20:26:44.387000000 -0700
+++ entity.py 2024-10-04 20:27:36.995000000 -0700
@@ -182,7 +182,7 @@
software_version = state.get("softwareVer")
# Set properties that are to appear in the GUI
Expand Down

0 comments on commit 49e66d2

Please sign in to comment.