Skip to content

Commit

Permalink
Bump roombapy to 1.8.1 (#114478)
Browse files Browse the repository at this point in the history
* Bump roombapy to 1.7.0

* Bump

* Bump

* Fix
  • Loading branch information
joostlek committed Apr 2, 2024
1 parent 51e716b commit 21c7cc3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/roomba/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"documentation": "https://www.home-assistant.io/integrations/roomba",
"iot_class": "local_push",
"loggers": ["paho_mqtt", "roombapy"],
"requirements": ["roombapy==1.6.13"],
"requirements": ["roombapy==1.8.1"],
"zeroconf": [
{
"type": "_amzn-alexa._tcp.local.",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2469,7 +2469,7 @@ rokuecp==0.19.2
romy==0.0.9

# homeassistant.components.roomba
roombapy==1.6.13
roombapy==1.8.1

# homeassistant.components.roon
roonapi==0.1.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ rokuecp==0.19.2
romy==0.0.9

# homeassistant.components.roomba
roombapy==1.6.13
roombapy==1.8.1

# homeassistant.components.roon
roonapi==0.1.6
Expand Down
6 changes: 3 additions & 3 deletions tests/components/roomba/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ def _mocked_discovery(*_):

roomba = RoombaInfo(
hostname="irobot-BLID",
robotname="robot_name",
robot_name="robot_name",
ip=MOCK_IP,
mac="mac",
sw="firmware",
firmware="firmware",
sku="sku",
cap={"cap": 1},
capabilities={"cap": 1},
)

roomba_discovery.get_all = MagicMock(return_value=[roomba])
Expand Down

0 comments on commit 21c7cc3

Please sign in to comment.