Skip to content

Commit

Permalink
Bump sfrbox-api to 0.0.11 (#125732)
Browse files Browse the repository at this point in the history
* Bump sfrbox-api to 0.0.11

* Re-enable tests
  • Loading branch information
epenet authored Sep 11, 2024
1 parent eb5390b commit 419e83f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sfr_box/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/sfr_box",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["sfrbox-api==0.0.10"]
"requirements": ["sfrbox-api==0.0.11"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ sensoterra==2.0.1
sentry-sdk==1.40.3

# homeassistant.components.sfr_box
sfrbox-api==0.0.10
sfrbox-api==0.0.11

# homeassistant.components.sharkiq
sharkiq==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ sensoterra==2.0.1
sentry-sdk==1.40.3

# homeassistant.components.sfr_box
sfrbox-api==0.0.10
sfrbox-api==0.0.11

# homeassistant.components.sharkiq
sharkiq==1.0.2
Expand Down
4 changes: 2 additions & 2 deletions tests/components/sfr_box/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'product_id': 'NB6VAC-FXC-r0',
'refclient': '',
'serial_number': '**REDACTED**',
'temperature': 27560.0,
'temperature': 27560,
'uptime': 2353575,
'version_bootloader': 'NB6VAC-BOOTLOADER-R4.0.8',
'version_dsldriver': 'NB6VAC-XDSL-A2pv6F039p',
Expand Down Expand Up @@ -90,7 +90,7 @@
'product_id': 'NB6VAC-FXC-r0',
'refclient': '',
'serial_number': '**REDACTED**',
'temperature': 27560.0,
'temperature': 27560,
'uptime': 2353575,
'version_bootloader': 'NB6VAC-BOOTLOADER-R4.0.8',
'version_dsldriver': 'NB6VAC-XDSL-A2pv6F039p',
Expand Down
3 changes: 1 addition & 2 deletions tests/components/sfr_box/test_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ def override_platforms() -> Generator[None]:


@pytest.mark.parametrize("net_infra", ["adsl", "ftth"])
# Temporarily disable to unblock CI
async def _test_entry_diagnostics(
async def test_entry_diagnostics(
hass: HomeAssistant,
config_entry: ConfigEntry,
hass_client: ClientSessionGenerator,
Expand Down

0 comments on commit 419e83f

Please sign in to comment.