mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Add missing wifi data in AVM!Fritz Tools tests (#107373)
This commit is contained in:
parent
c833f275d6
commit
84b20edeca
@ -132,6 +132,21 @@ MOCK_FB_SERVICES: dict[str, dict] = {
|
|||||||
},
|
},
|
||||||
"GetPortMappingNumberOfEntries": {},
|
"GetPortMappingNumberOfEntries": {},
|
||||||
},
|
},
|
||||||
|
"WLANConfiguration1": {
|
||||||
|
"GetInfo": {
|
||||||
|
"NewEnable": True,
|
||||||
|
"NewStatus": "Up",
|
||||||
|
"NewSSID": "MyWifi",
|
||||||
|
"NewBeaconType": "11iandWPA3",
|
||||||
|
"NewX_AVM-DE_PossibleBeaconTypes": "None,11i,11iandWPA3",
|
||||||
|
"NewStandard": "ax",
|
||||||
|
"NewBSSID": "1C:ED:6F:12:34:13",
|
||||||
|
},
|
||||||
|
"GetSSID": {
|
||||||
|
"NewSSID": "MyWifi",
|
||||||
|
},
|
||||||
|
"GetSecurityKeys": {"NewKeyPassphrase": "1234567890"},
|
||||||
|
},
|
||||||
"X_AVM-DE_Homeauto1": {
|
"X_AVM-DE_Homeauto1": {
|
||||||
"GetGenericDeviceInfos": [
|
"GetGenericDeviceInfos": [
|
||||||
{
|
{
|
||||||
|
@ -62,6 +62,7 @@ async def test_entry_diagnostics(
|
|||||||
"WANDSLInterfaceConfig1",
|
"WANDSLInterfaceConfig1",
|
||||||
"WANIPConn1",
|
"WANIPConn1",
|
||||||
"WANPPPConnection1",
|
"WANPPPConnection1",
|
||||||
|
"WLANConfiguration1",
|
||||||
"X_AVM-DE_Homeauto1",
|
"X_AVM-DE_Homeauto1",
|
||||||
"X_AVM-DE_HostFilter1",
|
"X_AVM-DE_HostFilter1",
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user