Bump sfrbox-api to 0.0.11 (#125732)

* Bump sfrbox-api to 0.0.11

* Re-enable tests
pull/125748/head
epenet 2024-09-11 12:51:39 +02:00 committed by GitHub
parent eb5390b94d
commit 419e83f6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 7 deletions

View File

@ -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"]
}

View File

@ -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

View File

@ -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

View File

@ -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',
@ -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',

View File

@ -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,